tests.texlive.fmtutilCnf: remove

The fmtutilCnf test does not fit the new way of generating fmtutil.cnf.
This commit is contained in:
Vincenzo Mantova 2024-03-27 21:05:53 +00:00
parent 10989de86c
commit 7ab4733846

View file

@ -333,18 +333,6 @@ rec {
done
'';
# test that fmtutil.cnf is fully regenerated on scheme-full
fmtutilCnf = runCommand "texlive-test-fmtutil.cnf" {
kpathsea = texlive.pkgs.kpathsea.tex;
schemeFull = texliveFull;
} ''
mkdir -p "$out"
diff --ignore-matching-lines='^# Generated by ' -u \
{"$kpathsea","$schemeFull"/share/texmf-var}/web2c/fmtutil.cnf \
| tee "$out/fmtutil.cnf.patch"
'';
# verify that the restricted mode gets enabled when
# needed (detected by checking if it disallows --gscmd)
repstopdf = runCommand "texlive-test-repstopdf" {