mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove unecessary comment in setup
This commit is contained in:
parent
8e30db0217
commit
3d6455dbcd
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class CMDModuleTest(ModuleCase):
|
|||
Validate the cmd module
|
||||
'''
|
||||
def setUp(self):
|
||||
# only need to manage this user for the test_runas test
|
||||
self.runas_usr = 'nobody'
|
||||
if salt.utils.platform.is_darwin():
|
||||
self.runas_usr = 'macsalttest'
|
||||
|
|
Loading…
Add table
Reference in a new issue