diff --git a/zunit b/zunit index f543259..ccb1072 100755 --- a/zunit +++ b/zunit @@ -516,7 +516,6 @@ function _zunit_warn() { local message="$@" warnings=$(( warnings + 1 )) - passed=$(( passed + 1 )) [[ -n $output_text ]] && _zunit_tap_warn "$@" >> $logfile_text