urchin/tests.old/Cross-shell test support/.test-TEST_SHELL-passed-through/$TEST_SHELL should be bash.
2016-02-28 18:24:14 +00:00

8 lines
178 B
Bash
Executable File

#!/bin/sh
# Assuming that urchin was invoked with `TEST_SHELL=bash urchin ...`, $TEST_SHELL should contain 'bash'.
echo "\$TEST_SHELL: $TEST_SHELL"
[ "$TEST_SHELL" = 'bash' ]