mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
Minor fix in testsuite
darcs-hash:20050927174025-ac50b-554f6bf9aefc2da0b5a40baebb44bcd02a933704.gz
This commit is contained in:
parent
8c7c3bd787
commit
1ecfc8e4c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user