Fix broken regression test (irony?)

darcs-hash:20051002134406-ac50b-d9d3c94eb08ecd05be1a4e128ca08d9d3ae53978.gz
This commit is contained in:
axel 2005-10-02 23:44:06 +10:00
parent 4f197e2267
commit 2fab5364e1

View file

@ -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