aboutsummaryrefslogtreecommitdiffstats
path: root/patch-test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpatch-test/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-test/test b/patch-test/test
index ea0b250..2e8b994 100755
--- a/patch-test/test
+++ b/patch-test/test
@@ -1669,7 +1669,7 @@ cat result1 result2 > result
! grep FAILED < result > /dev/null
ret=$?
if test $ret != 0; then
- if test $(grep FAILED < result | grep -v NON-POSIX | wc -l) = 1; then
+ if test $(grep FAILED < result | grep -v NON-POSIX | wc -l) = 0; then
ret=1
else
ret=2