diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-25 00:48:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-25 00:48:24 +0100 |
commit | 8ece857da951a565700944da56507bf5ea36ccdc (patch) | |
tree | 9263edb4e24afc1e916b7c2de4d4c98c52ab053c /test-test | |
parent | m fix (diff) | |
download | base-util-tests-8ece857da951a565700944da56507bf5ea36ccdc.tar.gz base-util-tests-8ece857da951a565700944da56507bf5ea36ccdc.tar.bz2 base-util-tests-8ece857da951a565700944da56507bf5ea36ccdc.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '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 |