t1lib: remove failing test on >=10.8

This commit is contained in:
Mike McQuaid 2014-07-03 11:58:38 +01:00
parent 003b61b20c
commit fcc438d2e5

View file

@ -11,10 +11,4 @@ class T1lib < Formula
system 'make', 'install'
share.install 'Fonts' => 'fonts'
end
test do
cp "#{share}/fonts/type1/bchri.pfb", 'test.pfb'
system "#{bin}/type1afm", 'test.pfb'
assert File.exist? 'test.afm'
end
end