Fix integration test to check for checksum, not md5sum
This commit is contained in:
parent
f1267c0b05
commit
507a1ef093
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
- "install_sysv_result.dest == '/etc/init.d/ansible_test'"
|
||||
- "install_sysv_result.state == 'file'"
|
||||
- "install_sysv_result.mode == '0755'"
|
||||
- "install_sysv_result.md5sum == '174fa255735064b420600e4c8637ea0eff28d0c1'"
|
||||
- "install_sysv_result.checksum == '174fa255735064b420600e4c8637ea0eff28d0c1'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue