From 616f05383547a99b7aff5ba18c83b1307053ded0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 26 Dec 2025 12:31:15 -0500 Subject: [PATCH] No more testttf in the local directory. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f88c1e0..867e6ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -199,8 +199,7 @@ install: $(TARGETS) # Test everything -test: testpdfio testttf - ./testttf 2>test.log +test: testpdfio ./testpdfio 2>>test.log LANG=fr_FR.UTF-8 ./testpdfio 2>>test.log