Changed /tmp/ to /home/ user.present test

This commit is contained in:
Justin Anderson 2016-03-31 15:13:58 -06:00
parent ff3c63c4ce
commit c6a1d8b7ba

View File

@ -71,7 +71,7 @@ class UserTest(integration.ModuleCase,
And then destroys that user.
Assume that it will break any system you run it on.
'''
HOMEDIR = '/tmp/home_of_salt_test'
HOMEDIR = '/home/home_of_salt_test'
ret = self.run_state('user.present', name='salt_test',
home=HOMEDIR)
self.assertSaltTrueReturn(ret)