From: Nathan Wagner Date: Sat, 6 Jul 2019 01:53:45 +0000 (+0000) Subject: fix tap diagnostic X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=27f7fa2a8566beb45fc813fcd8ff3f1e7c738883 fix tap diagnostic --- 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;