]> pd.if.org Git - zpackage/commitdiff
fix tap diagnostic
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 6 Jul 2019 01:53:45 +0000 (01:53 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 6 Jul 2019 01:53:45 +0000 (01:53 +0000)
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=
        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;
        fi
 
        shift;shift;