[Lsb-messages] /var/www/bzr/lsb/4.1/runtime-test r1281: Revert bug fix from revision 1277; it didn't fix the problem.

Jeff Licquia licquia at linuxfoundation.org
Mon Aug 5 21:47:44 UTC 2013


------------------------------------------------------------
revno: 1281
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: runtime-test
timestamp: Mon 2013-08-05 17:47:44 -0400
message:
  Revert bug fix from revision 1277; it didn't fix the problem.
modified:
  modules/vsx-pcts/tset/POSIX.os/files/ioctl/ioctl.c
-------------- next part --------------
=== modified file 'modules/vsx-pcts/tset/POSIX.os/files/ioctl/ioctl.c'
--- a/modules/vsx-pcts/tset/POSIX.os/files/ioctl/ioctl.c	2013-05-02 18:09:24 +0000
+++ b/modules/vsx-pcts/tset/POSIX.os/files/ioctl/ioctl.c	2013-08-05 21:47:44 +0000
@@ -165,8 +165,8 @@
     }
 
     
-    if ((fd=open("/dev/null", O_RDWR)) == -1) {
-        tet_printf("open() syscall failed for /dev/null");
+    if ((fd=open("/dev/tty", O_RDWR)) == -1) {
+        tet_printf("open() syscall failed for /dev/tty");
 	return;
     }
 



More information about the lsb-messages mailing list