From ed09351df689849d0f9923db240fa5a4d9296956 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Wed, 5 Nov 2014 17:28:54 +0000 Subject: [PATCH] fix a test --- tests/urchin -sh should start the $TEST_SHELL. | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/urchin -sh should start the $TEST_SHELL. b/tests/urchin -sh should start the $TEST_SHELL. index 8045b16..daaf23e 100755 --- a/tests/urchin -sh should start the $TEST_SHELL. +++ b/tests/urchin -sh should start the $TEST_SHELL. @@ -1,3 +1,3 @@ #!/bin/sh -test c = $(echo 'echo $3' | urchin -sh a 'b b b b' c d e) +test c = $(echo 'echo $3' | ../urchin -sh a 'b b b b' c d e)