diff options
Diffstat (limited to 'patch-test/test')
-rwxr-xr-x | patch-test/test | 2 |
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 |