On 03/01/2012 04:46 PM, Vinson Lee wrote: > Signed-off-by: Vinson Lee<[email protected]>
Applied, thanks! > --- > 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() > > _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
