From: Lukas Schauer Date: Wed, 10 Feb 2016 18:38:52 +0000 (+0100) Subject: do not fail on pass. X-Git-Tag: v0.1.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c079cb80d487a905a24a294f05cff1bd732afe;p=thirdparty%2Fdehydrated.git do not fail on pass. --- diff --git a/test.sh b/test.sh index 0716611..0893bed 100755 --- a/test.sh +++ b/test.sh @@ -17,9 +17,6 @@ _SUBTEST() { echo -n " + ${1} " } _PASS() { - if [[ ! -z "$(cat errorlog)" ]]; then - _FAIL - fi echo -e "[\u001B[32mPASS\u001B[0m]" } _FAIL() {