TST: Clean up after jails test for MultipleSameAction

This commit is contained in:
Steven Hiscocks 2013-04-27 19:11:58 +01:00
parent 45c9c45b41
commit bec70cbe4b

View file

@ -325,3 +325,5 @@ filter = testfilter1
action_names = [comm[-1] for comm in comm_commands if comm[:3] == ['set', 'testjail1', 'addaction']]
self.assertNotEqual(len(set(action_names)), 1)
shutil.rmtree(basedir)