Signed-off-by: Vinson Lee <[email protected]>
---
server/hosts/monitors/monitors_util_unittest.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/hosts/monitors/monitors_util_unittest.py
b/server/hosts/monitors/monitors_util_unittest.py
index b7a19d7..8de4dba 100755
--- a/server/hosts/monitors/monitors_util_unittest.py
+++ b/server/hosts/monitors/monitors_util_unittest.py
@@ -142,7 +142,7 @@ class FollowFilesTestCase(unittest.TestCase):
self.assertEquals(flags, 0)
monitors_util.nonblocking(po.stdout)
flags = fcntl.fcntl(po.stdout, fcntl.F_GETFL)
- self.assertEquals(flags, 2048)
+ self.assertEquals(flags, os.O_NONBLOCK)
po.wait()
--
1.7.5.4
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest