mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #2250 from whiteinge/salt-pip-test-bashism
Remove bash-ism from pip state test
This commit is contained in:
commit
a826375b15
@ -30,10 +30,10 @@ class PipStateTest(integration.ModuleCase):
|
||||
|
||||
for key in ret.keys():
|
||||
self.assertFalse(ret[key]['result'])
|
||||
self.assertEqual(
|
||||
self.assertRegexpMatches(
|
||||
ret[key]['comment'],
|
||||
'Error installing \'supervisor\': /bin/bash: '
|
||||
'/tmp/pip-installed-errors: No such file or directory'
|
||||
'Error installing \'supervisor\': .* '
|
||||
'[nN]o such file or directory'
|
||||
)
|
||||
|
||||
# We now create the missing virtualenv
|
||||
|
Loading…
Reference in New Issue
Block a user