Add extra not to file path, another test is laying it down

which was breaking this one
This commit is contained in:
Thomas S Hatch 2013-03-23 14:41:27 -06:00
parent 464826ee82
commit a85d1d4da1

View File

@ -108,7 +108,7 @@ class FileTest(integration.ModuleCase, integration.SaltReturnAssertsMixIn):
'''
file.managed test interface
'''
name = os.path.join(integration.TMP, 'grail_not_scene33')
name = os.path.join(integration.TMP, 'grail_not_not_scene33')
ret = self.run_state(
'file.managed', test=True, name=name, source='salt://grail/scene33'
)