urchin/tests/Cross-shell testing/.test-run-by-specified-shell/With -s, a sh test should be invoked with sh.

7 lines
139 B
Plaintext
Raw Normal View History

#!/bin/sh
# This script should run with /bin/sh
# regardless of whether -s or -n is passed.
2016-02-29 07:48:13 -05:00
ps -o pid,comm,args | grep $$ | grep /bin/sh