From 5cbcf1bdfac88025f09c40b25b3b5603c907a4ff Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 14 Jun 2020 03:17:52 +0200 Subject: [PATCH] [tests] s/BLACKLIST/BLOCKLIST/ --- tests/{BLACKLIST.txt => BLOCKLIST.txt} | 0 tests/test_good_fonts.sh | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename tests/{BLACKLIST.txt => BLOCKLIST.txt} (100%) diff --git a/tests/BLACKLIST.txt b/tests/BLOCKLIST.txt similarity index 100% rename from tests/BLACKLIST.txt rename to tests/BLOCKLIST.txt diff --git a/tests/test_good_fonts.sh b/tests/test_good_fonts.sh index af08f68a..0df6085f 100755 --- a/tests/test_good_fonts.sh +++ b/tests/test_good_fonts.sh @@ -10,11 +10,11 @@ test "x$top_builddir" = x && top_builddir=. # Usage: ./test_good_fonts.sh [ttf_or_otf_file_name] BASE_DIR=$top_srcdir/tests/fonts/good/ -BLACKLIST=$top_srcdir/tests/BLACKLIST.txt +BLOCKLIST=$top_srcdir/tests/BLOCKLIST.txt CHECKER=$top_builddir/ots-idempotent$EXEEXT -if [ ! -r "$BLACKLIST" ] ; then - echo "$BLACKLIST is not found." +if [ ! -r "$BLOCKLIST" ] ; then + echo "$BLOCKLIST is not found." exit 1 fi @@ -74,7 +74,7 @@ fi # Check the font file using idempotent if the font is not blacklisted. BASE=`basename "$1"` -SKIP=`egrep -i -e "^$BASE" "$BLACKLIST"` +SKIP=`egrep -i -e "^$BASE" "$BLOCKLIST"` if [ "x$SKIP" = "x" ]; then $CHECKER "$1"