[latex3-commits] [git/LaTeX3-latex3-l3build] main: Correct naming of .diff files (4fe7f79)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed May 5 14:30:18 CEST 2021


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/4fe7f793e2c409bd29997c29cee0df0a4ff77cf4

>---------------------------------------------------------------

commit 4fe7f793e2c409bd29997c29cee0df0a4ff77cf4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed May 5 13:30:18 2021 +0100

    Correct naming of .diff files


>---------------------------------------------------------------

4fe7f793e2c409bd29997c29cee0df0a4ff77cf4
 l3build-check.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 8123947..cc57e32 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -653,7 +653,7 @@ end
 
 function base_compare(test_type,name,engine,cleanup)
   local testname = name .. "." .. engine
-  local difffile = testdir .. "/" .. testname .. test_type.generated .. os_diffext
+  local difffile = testdir .. "/" .. testname.. os_diffext
   local genfile  = testdir .. "/" .. testname .. test_type.generated
   local reffile  = locate({testdir}, {testname .. test_type.reference, name .. test_type.reference})
   if not reffile then





More information about the latex3-commits mailing list.