finish cross-shell testing tests

This commit is contained in:
Thomas Levine 2016-02-29 12:42:56 +00:00
parent d3752070ea
commit d5f1060c1a
1 changed files with 1 additions and 5 deletions

View File

@ -3,8 +3,4 @@
# This script should run with /bin/sh
# regardless of whether -s or -n is passed.
this_shell=$(ps -o pid,comm | sed -n "s/^ *$$//p" | cut -d\ -f2)
echo "Running shell: $this_shell"
test $(basename "$this_shell") = sh
ps -a | grep $$ | grep /bin/sh