mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Fix regression bug in regression test suite
darcs-hash:20050926141136-ac50b-864add3824c34e96ad56bc0e92537196992692b0.gz
This commit is contained in:
parent
6e1af6d9c3
commit
6a3e73f87c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue