aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test3.in
diff options
context:
space:
mode:
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