Ah! Almost forgot the destructive test decorators

This commit is contained in:
rallytime 2014-03-13 13:55:32 -06:00
parent 1dd6fd45bc
commit aacf7ee6ac

View File

@ -88,7 +88,7 @@ class MacUserModuleTest(integration.ModuleCase):
except CommandExecutionError:
raise
# @destructiveTest
@destructiveTest
@skipIf(os.geteuid() != 0, 'You must be logged in as root to run this test')
@requires_system_grains
def tearDown(self, grains=None):