From 2fab5364e1b99ea48da35e78a37e5af1eff982be Mon Sep 17 00:00:00 2001 From: axel Date: Sun, 2 Oct 2005 23:44:06 +1000 Subject: Fix broken regression test (irony?) darcs-hash:20051002134406-ac50b-d9d3c94eb08ecd05be1a4e128ca08d9d3ae53978.gz --- tests/test3.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/test3.in') diff --git a/tests/test3.in b/tests/test3.in index 5ddf29ba..26942a02 100644 --- a/tests/test3.in +++ b/tests/test3.in @@ -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 -- cgit v1.2.3