X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Ftap.sh;h=e3a345784092fb12475e02d4bdd2b4395ae76cd4;hb=27f7fa2a8566beb45fc813fcd8ff3f1e7c738883;hp=8f9eabe6cf3b3bf825d218af41f4bac3e399e052;hpb=1cae772831e604785c37f347bd6b0618f59e0f69;p=zpackage diff --git a/t/tap.sh b/t/tap.sh index 8f9eabe..e3a3457 100755 --- a/t/tap.sh +++ b/t/tap.sh @@ -99,7 +99,7 @@ okstreq() { note= if [ "$1" != "$2" ]; then printf 'not '; - note=$(printf 'got "%s" expected "%s"' "$1" "$2") + note=$(printf 'got "%s"\n# expected "%s"' "$1" "$2") fi shift;shift;