mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Added script to the new integration tests.
This commit is contained in:
parent
aaf0a182e1
commit
dcbc69b69c
6 changed files with 83 additions and 1 deletions
3
test/integration/roles/test_script/files/create_afile.sh
Executable file
3
test/integration/roles/test_script/files/create_afile.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "win" > "$1"
|
3
test/integration/roles/test_script/files/remove_afile.sh
Executable file
3
test/integration/roles/test_script/files/remove_afile.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm "$1"
|
3
test/integration/roles/test_script/files/test.sh
Executable file
3
test/integration/roles/test_script/files/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo -n "win"
|
Loading…
Add table
Add a link
Reference in a new issue