From 6a3e73f87c6862f18dc24f6974caed4331416de4 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 27 Sep 2005 00:11:36 +1000 Subject: Fix regression bug in regression test suite darcs-hash:20050926141136-ac50b-864add3824c34e96ad56bc0e92537196992692b0.gz --- tests/test3.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test3.in') diff --git a/tests/test3.in b/tests/test3.in index 3fccaa03..1d52da79 100644 --- a/tests/test3.in +++ b/tests/test3.in @@ -103,7 +103,7 @@ end # Test if exported variables go out of scope -if test (fish -c "echo $t8") = foo +if test (../fish -c "echo $t8") = foo echo Test 9 fail else echo Test 9 pass -- cgit v1.2.3