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 #! ../../../urchin -x
echo "Running shell: $(ps -o comm= -p $$ && :)" running=$(ps -o comm= -p $$ && :)
echo "\$TEST_SHELL: $TEST_SHELL" echo "Running shell: $running"
[ "$TEST_SHELL" = 'bash' ] [ "$running" = bash ]