diff options
Diffstat (limited to 'test-test/test')
-rwxr-xr-x | test-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-test/test b/test-test/test index c524f15..d936077 100755 --- a/test-test/test +++ b/test-test/test @@ -570,7 +570,7 @@ done ! 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 |