X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=t%2Ftap.sh;h=e3a345784092fb12475e02d4bdd2b4395ae76cd4;hp=8f9eabe6cf3b3bf825d218af41f4bac3e399e052;hb=27f7fa2a8566beb45fc813fcd8ff3f1e7c738883;hpb=4eb796015485ad6b24f5df7a5013f7e9f2450b8c 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;