aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-07-03 11:58:38 +0100
committerMike McQuaid2014-07-03 11:58:38 +0100
commit51dd41c9404885fdbe440a62a34f900ae2a47d3e (patch)
treec1d7a50232381d400a188dea92571e2a42fc5b70 /Library
parentbcf68a646b113b46385f1c95550554ff85a36597 (diff)
downloadhomebrew-51dd41c9404885fdbe440a62a34f900ae2a47d3e.tar.bz2
t1lib: remove failing test on >=10.8
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/t1lib.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/t1lib.rb b/Library/Formula/t1lib.rb
index e0fb289d4..d48ed1372 100644
--- a/Library/Formula/t1lib.rb
+++ b/Library/Formula/t1lib.rb
@@ -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