summaryrefslogtreecommitdiff
path: root/Test/C02cond.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/C02cond.ztst')
-rw-r--r--Test/C02cond.ztst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst
index 856251923..94fca8b68 100644
--- a/Test/C02cond.ztst
+++ b/Test/C02cond.ztst
@@ -331,7 +331,9 @@ F:Failures in these cases do not indicate a problem in the shell.
'! -o'
'! -a ! -a !'
'! = !'
- '! !')
+ '! !'
+ '= -a o'
+ '! = -a o')
for w in $weirdies; do
eval test $w
print $?
@@ -344,6 +346,8 @@ F:Failures in these cases do not indicate a problem in the shell.
>0
>0
>1
+>0
+>1
%clean
# This works around a bug in rm -f in some versions of Cygwin