summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-01 01:49:29 +0000
committerKarl Berry <karl@freefriends.org>2010-03-01 01:49:29 +0000
commit27d008d28aa94829355ee834ce50e79c55f21bb5 (patch)
treeba7d68017b4b8eb876188c3ac5aca1439bb042eb /Master/tlpkg
parent9e2c1b3af7f12fb876e5f945395143490a1d85a5 (diff)
oberdiek update (28feb10)
git-svn-id: svn://tug.org/texlive/trunk@17240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check5
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 ());