From 27f7fa2a8566beb45fc813fcd8ff3f1e7c738883 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 6 Jul 2019 01:53:45 +0000 Subject: [PATCH] fix tap diagnostic --- t/tap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0