mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
Minor fix in testsuite
darcs-hash:20050927174025-ac50b-554f6bf9aefc2da0b5a40baebb44bcd02a933704.gz
This commit is contained in:
parent
8c7c3bd787
commit
1ecfc8e4c6
1 changed files with 24 additions and 24 deletions
|
@ -95,7 +95,7 @@ echo Test 7 $res
|
||||||
set -e t8
|
set -e t8
|
||||||
if true
|
if true
|
||||||
set -lx t8 foo
|
set -lx t8 foo
|
||||||
if test (fish -c "echo $t8") = foo
|
if test (../fish -c "echo $t8") = foo
|
||||||
echo Test 8 pass
|
echo Test 8 pass
|
||||||
else
|
else
|
||||||
echo Test 8 fail
|
echo Test 8 fail
|
||||||
|
@ -104,7 +104,7 @@ end
|
||||||
|
|
||||||
# Test if exported variables go out of scope
|
# 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
|
echo Test 9 fail
|
||||||
else
|
else
|
||||||
echo Test 9 pass
|
echo Test 9 pass
|
||||||
|
|
Loading…
Reference in a new issue