Fix regression bug in regression test suite

darcs-hash:20050926141136-ac50b-864add3824c34e96ad56bc0e92537196992692b0.gz
This commit is contained in:
axel 2005-09-27 00:11:36 +10:00
parent 6e1af6d9c3
commit 6a3e73f87c

View file

@ -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