mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 863091 - Followup: Fix test to expect correct return code after clobber
CLOSED TREE
This commit is contained in:
parent
c9e5458838
commit
541c2de1f0
@ -204,7 +204,7 @@ class TestClobberer(unittest.TestCase):
|
||||
|
||||
s = StringIO()
|
||||
status = clobber([topsrcdir, topobjdir], env, os.getcwd(), s)
|
||||
self.assertEqual(status, 1)
|
||||
self.assertEqual(status, 0)
|
||||
self.assertIn('Successfully completed auto clobber', s.getvalue())
|
||||
self.assertFalse(os.path.exists(dummy_file))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user