X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=t%2Ftap.sh;h=8f9eabe6cf3b3bf825d218af41f4bac3e399e052;hp=c9fe8788b52694a69da2768638c4537c4018a1c5;hb=1cae772831e604785c37f347bd6b0618f59e0f69;hpb=feb59bb467093009aa3f736cf7e6aa137fbad68a diff --git a/t/tap.sh b/t/tap.sh index c9fe878..8f9eabe 100755 --- a/t/tap.sh +++ b/t/tap.sh @@ -74,7 +74,7 @@ failsok() { note= if [ $rv -eq 0 ]; then printf 'not '; - note=$(printf 'got "%d" expected "%d"' "$rv" "0") + note=$(printf 'got "%d" expected non-zero' "$rv") fi tn=$((tn + 1)) printf 'ok %d - %s\n' $tn "$*"