urchin/tests/Cross-shell testing/Environment variable TEST_SHELL should default to sh if unset.
Thomas Levine 7267239313 start moving cross-shell testing tests
and also make them more cross-shell test style
2016-02-28 22:23:47 +00:00

12 lines
423 B
Bash
Executable File

#!/bin/sh
# Tests support for either passing through or defining a default value for environment variable TEST_SHELL.
# (for test scripts that want to invoke shell scripts with a specified shell).
# Test if $TEST_SHELL - if *undefined* - is exported with value '/bin/sh' by urchin
# and thus has that value inside test scripts.
s="$TEST_SHELL"
unset -v TEST_SHELL
"$s" ../../urchin ./.test-TEST_SHELL-undefined_or_empty