From c866657a3cfd8a82d3c6ee06ff193a0c927b299f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 6 Sep 2013 20:37:40 +0100 Subject: 31706: standardize handling of "test ! " --- Test/C02cond.ztst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Test') 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 -- cgit 1.4.1