Antoine Pitrou added the comment:

Given what _check_ioctl_mutate_len() seems to be designed to check, perhaps we 
should relax:

        self.assertIn(rpgrp, ids)

into:

        self.assertNotEqual(rpgrp, fill)

or perhaps simply:

        self.assertGreater(rpgrp, 0)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14771>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to