about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-09-06 20:37:40 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-09-06 20:37:40 +0100
commitc866657a3cfd8a82d3c6ee06ff193a0c927b299f (patch)
tree035042b67d623a42acbeb2f9a0c75e6b9ace254b /Test
parent3573ab44e7a041f83dab1dc56ed0b77b8d18d996 (diff)
downloadzsh-c866657a3cfd8a82d3c6ee06ff193a0c927b299f.tar.gz
zsh-c866657a3cfd8a82d3c6ee06ff193a0c927b299f.tar.xz
zsh-c866657a3cfd8a82d3c6ee06ff193a0c927b299f.zip
31706: standardize handling of "test ! <x> <y> <z>"
Diffstat (limited to 'Test')
-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