t1lib: remove failing test on >=10.8
This commit is contained in:
parent
003b61b20c
commit
fcc438d2e5
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue