aboutsummaryrefslogtreecommitdiffstats
path: root/patch-test/test
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-25 00:48:24 +0100
committerMattias Andrée <maandree@kth.se>2016-03-25 00:48:24 +0100
commit8ece857da951a565700944da56507bf5ea36ccdc (patch)
tree9263edb4e24afc1e916b7c2de4d4c98c52ab053c /patch-test/test
parentm fix (diff)
downloadbase-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 '')
-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