mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Fix wart in test_cp module
This commit is contained in:
parent
0e4fbc5b50
commit
45d2142c7d
@ -93,9 +93,7 @@ class CopyTest(ShellCase, ShellCaseCommonTestsMixin):
|
||||
quote(minion),
|
||||
quote(testfile),
|
||||
quote(minion_testfile),
|
||||
'-l debug',
|
||||
))
|
||||
log.error("RET = %s", ret)
|
||||
|
||||
data = salt.utils.yaml.safe_load('\n'.join(ret))
|
||||
for part in six.itervalues(data):
|
||||
|
Loading…
Reference in New Issue
Block a user