summaryrefslogtreecommitdiff
path: root/test/integration/targets/command_shell/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/command_shell/tasks/main.yml')
-rw-r--r--test/integration/targets/command_shell/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/command_shell/tasks/main.yml b/test/integration/targets/command_shell/tasks/main.yml
index 12a944c4..1f4aa5d7 100644
--- a/test/integration/targets/command_shell/tasks/main.yml
+++ b/test/integration/targets/command_shell/tasks/main.yml
@@ -296,7 +296,7 @@
assert:
that:
- shell_result0 is changed
- - shell_result0.cmd == '{{ remote_tmp_dir_test }}/test.sh'
+ - shell_result0.cmd == remote_tmp_dir_test ~ '/test.sh'
- shell_result0.rc == 0
- shell_result0.stderr == ''
- shell_result0.stdout == 'win'