Merge "Another killfilter test fix for Fedora 17."

This commit is contained in:
Jenkins
2012-06-26 00:12:36 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -89,7 +89,7 @@ class RootwrapTestCase(test.TestCase):
self.assertFalse(f.match(usercmd) or f2.match(usercmd))
usercmd = ['kill', p.pid]
# Providing no signal should work
self.assertTrue(f.match(usercmd))
self.assertTrue(f.match(usercmd) or f2.match(usercmd))
def test_KillFilter_no_raise(self):
"""Makes sure ValueError from bug 926412 is gone"""