aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test3.in
diff options
context:
space:
mode:
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