Lint: use support TMP path instead of integration TMP path

This commit is contained in:
rallytime 2018-01-16 09:13:27 -05:00
parent c081b2c62c
commit 590a6db626
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -451,7 +451,7 @@ class GitTest(ModuleCase, SaltReturnAssertsMixin):
Test running git.latest state using the "depth" argument to limit the
history. See #45394.
'''
name = os.path.join(integration.TMP, 'salt_repo')
name = os.path.join(TMP, 'salt_repo')
try:
ret = self.run_state(
'git.latest',