urchin/tests/Cross-shell testing/.test-TEST_SHELL-passed-through/$TEST_SHELL should be .special-shell.
Thomas Levine f8d98d9978 update shell cycling logic to match documentation
and I updated the documentation already because this new way seems
easier to think about
2016-02-29 12:29:49 +00:00

12 lines
236 B
Bash
Executable File

#!/bin/sh
# Assuming that urchin was invoked with this,
#
# TEST_SHELL=$PWD/.special-shell urchin ...
#
# $TEST_SHELL should contain '.special-shell'
echo "\$TEST_SHELL: $TEST_SHELL"
basename "$TEST_SHELL" | grep '.special-shell'