From 284077d1a1ddba0d92af2da02442a3917d89cad1 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 16 Nov 2014 22:40:36 +0000 Subject: [PATCH] fix the test --- .../.test-urchin-x/This should run as $TEST_SHELL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Cross-shell test support/.test-urchin-x/This should run as $TEST_SHELL b/tests/Cross-shell test support/.test-urchin-x/This should run as $TEST_SHELL index 91a6a53..43fdb2c 100755 --- a/tests/Cross-shell test support/.test-urchin-x/This should run as $TEST_SHELL +++ b/tests/Cross-shell test support/.test-urchin-x/This should run as $TEST_SHELL @@ -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 ]