mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Split integration tests out from Makefile. (#17976)
This commit is contained in:
7
test/integration/targets/unicode/unicode-test-script
Executable file
7
test/integration/targets/unicode/unicode-test-script
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Non-ascii arguments:"
|
||||
echo $@
|
||||
|
||||
echo "Non-ascii Env var:"
|
||||
echo $option
|
||||
Reference in New Issue
Block a user