7267239313
and also make them more cross-shell test style
10 lines
232 B
Bash
Executable File
10 lines
232 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Assuming that urchin was invoked with `-s bash`, $TEST_SHELL should contain 'bash'.
|
|
|
|
echo "Running shell: $(ps -o comm= -p $$ && :)"
|
|
|
|
echo "\$TEST_SHELL: $TEST_SHELL"
|
|
|
|
[ "$(basename "$this_shell")" = '.special-shell' ]
|