mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +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 -e t7
|
||||
for i in 1 2
|
||||
if test $i = 1
|
||||
set t7 b
|
||||
set t7 lala
|
||||
else
|
||||
if test $t7 = b
|
||||
if test $t7
|
||||
set res pass
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue