From dd5ccafcf4e8b99280bda7a568f71bad92f2b782 Mon Sep 17 00:00:00 2001 From: David Carlisle Date: Fri, 6 Dec 2019 21:18:03 +0000 Subject: [PATCH] always use test2e.cfg if test2e is being used --- build-config.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-config.lua b/build-config.lua index 28d5ddbfb..53a25949f 100644 --- a/build-config.lua +++ b/build-config.lua @@ -27,6 +27,7 @@ checksuppfiles = checksuppfiles or "graphics.cfg", "test209.tex", "test2e.tex", + "test2e.cfg", "xetex.def", "dvips.def", "lipsum.sty", @@ -211,10 +212,6 @@ local function fmt(engines,dest) end - if (not options["config"]) then - cp("test2e.cfg",supportdir,testdir) - end - -- Zap the custom hyphen.cfg when typesetting if dest == typesetdir then rm(localdir,"hyphen.cfg")