Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 2 Sep 2017 01:28:47 +0000 (18:28 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 2 Sep 2017 01:28:47 +0000 (18:28 -0700)
test/shaping/run-tests.sh

index 9f36545..c6b35e3 100755 (executable)
@@ -23,7 +23,7 @@ for f in "$@"; do
        $reference || echo "Running tests in $f"
        while IFS=: read fontfile options unicodes glyphs_expected; do
                if echo "$fontfile" | grep -q '^#'; then
-                       $reference || echo "#hb-shape $fontfile --unicodes $unicodes"
+                       $reference || echo "# hb-shape $fontfile --unicodes $unicodes"
                        continue
                fi
                $reference || echo "hb-shape $fontfile --unicodes $unicodes"