Minor fix in testsuite

darcs-hash:20050927174025-ac50b-554f6bf9aefc2da0b5a40baebb44bcd02a933704.gz
This commit is contained in:
axel 2005-09-28 03:40:25 +10:00
parent 8c7c3bd787
commit 1ecfc8e4c6

View File

@ -95,7 +95,7 @@ echo Test 7 $res
set -e t8
if true
set -lx t8 foo
if test (fish -c "echo $t8") = foo
if test (../fish -c "echo $t8") = foo
echo Test 8 pass
else
echo Test 8 fail
@ -104,7 +104,7 @@ end
# Test if exported variables go out of scope
if test (../fish -c "echo $t8") = foo
if test (../fish -c "echo $t8")
echo Test 9 fail
else
echo Test 9 pass