fix the test

This commit is contained in:
Thomas Levine 2014-11-16 22:40:36 +00:00
parent 3470e4b979
commit 284077d1a1

View File

@ -1,4 +1,4 @@
#! ../../urchin -x
echo "Running shell: $(ps -o comm= -p $$ && :)"
echo "\$TEST_SHELL: $TEST_SHELL"
[ "$TEST_SHELL" = 'bash' ]
#! ../../../urchin -x
running=$(ps -o comm= -p $$ && :)
echo "Running shell: $running"
[ "$running" = bash ]