mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix wart in test_cp module
This commit is contained in:
parent
9e6ff11651
commit
876c04042a
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue