mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix broken regression test (irony?)
darcs-hash:20051002134406-ac50b-d9d3c94eb08ecd05be1a4e128ca08d9d3ae53978.gz
This commit is contained in:
parent
4f197e2267
commit
2fab5364e1
1 changed files with 3 additions and 2 deletions
|
@ -78,11 +78,12 @@ end
|
||||||
|
|
||||||
set res fail
|
set res fail
|
||||||
|
|
||||||
|
set -e t7
|
||||||
for i in 1 2
|
for i in 1 2
|
||||||
if test $i = 1
|
if test $i = 1
|
||||||
set t7 b
|
set t7 lala
|
||||||
else
|
else
|
||||||
if test $t7 = b
|
if test $t7
|
||||||
set res pass
|
set res pass
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue