fix the test
This commit is contained in:
parent
3470e4b979
commit
284077d1a1
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user