mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Tests: adjust to ansible-core devel changes (#10209)
Apparently the error message returned by AnsibleModule.run_command() when trying to execute a non-existing executable changed.
Ref: 600c1e67b4
This commit is contained in:
parent
b86e4af103
commit
63add288dc
2 changed files with 4 additions and 2 deletions
|
@ -253,3 +253,5 @@ cmd_echo_tests:
|
|||
assertions:
|
||||
- >
|
||||
"No such file or directory" in test_result.msg
|
||||
or
|
||||
"Error executing command." == test_result.msg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue