urchin/tests/Cross-shell testing/.test-run-by-specified-shell/With -s, a sh test should be invoked with sh.
2016-02-29 12:42:56 +00:00

7 lines
125 B
Bash
Executable File

#!/bin/sh
# This script should run with /bin/sh
# regardless of whether -s or -n is passed.
ps -a | grep $$ | grep /bin/sh