mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Adding tests for the command and shell modules.
This commit is contained in:
3
test/integration/roles/test_command_shell/files/create_afile.sh
Executable file
3
test/integration/roles/test_command_shell/files/create_afile.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "win" > "$1"
|
||||
3
test/integration/roles/test_command_shell/files/remove_afile.sh
Executable file
3
test/integration/roles/test_command_shell/files/remove_afile.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rm "$1"
|
||||
0
test/integration/roles/test_command_shell/files/test.sh
Normal file → Executable file
0
test/integration/roles/test_command_shell/files/test.sh
Normal file → Executable file
Reference in New Issue
Block a user