diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 75a5950cd7b..ada472a2585 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -313,8 +313,9 @@ my @TLP_working = qw( # these packages we do not expect to check: my @TLP_no_check = qw( - afm2pl # not on CTAN - fontname # tl-update-auto + afm2pl # not on CTAN + fontname # tl-update-auto + gnu-freefont # hefferon test case ); exit (&main ()); |