7267239313
and also make them more cross-shell test style
12 lines
240 B
Bash
Executable File
12 lines
240 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")" = '.special-shell' ]
|