From 0e5b475d98dd67e927534508fe2cd8dc9765e24e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 1 Sep 2017 18:28:47 -0700 Subject: [PATCH] Minor --- test/shaping/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/run-tests.sh b/test/shaping/run-tests.sh index 9f3654506..c6b35e31e 100755 --- a/test/shaping/run-tests.sh +++ b/test/shaping/run-tests.sh @@ -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"