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() {