aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test3.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-02 23:44:06 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-02 23:44:06 +1000
commit2fab5364e1b99ea48da35e78a37e5af1eff982be (patch)
treefdda27bdc2ac4e41d6be1fc5a433684416a5cc02 /tests/test3.in
parent4f197e226788c74f91a0e7b6a85b0793069a2f37 (diff)
Fix broken regression test (irony?)
darcs-hash:20051002134406-ac50b-d9d3c94eb08ecd05be1a4e128ca08d9d3ae53978.gz
Diffstat (limited to 'tests/test3.in')
-rw-r--r--tests/test3.in5
1 files changed, 3 insertions, 2 deletions
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