]> pd.if.org Git - zpackage/blobdiff - t/tap.sh
fix tap diagnostic
[zpackage] / t / tap.sh
index 8f9eabe6cf3b3bf825d218af41f4bac3e399e052..e3a345784092fb12475e02d4bdd2b4395ae76cd4 100755 (executable)
--- 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;