aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test3.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-27 00:11:36 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-27 00:11:36 +1000
commit6a3e73f87c6862f18dc24f6974caed4331416de4 (patch)
treedccf3a5826d3c15db42936b53692f707412f0aee /tests/test3.in
parent6e1af6d9c35132a30507b16ccb482959b0f2cafb (diff)
Fix regression bug in regression test suite
darcs-hash:20050926141136-ac50b-864add3824c34e96ad56bc0e92537196992692b0.gz
Diffstat (limited to 'tests/test3.in')
-rw-r--r--tests/test3.in2
1 files changed, 1 insertions, 1 deletions
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