aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authornibbles 2bits2012-10-03 09:01:42 -0700
committerAdam Vandenberg2012-10-04 07:45:39 -0700
commit7c1056bd45703d0b30289eb93c3f9c3f72e215b2 (patch)
tree4b70d525375db87ca8db43b703373a3abdbf7d94 /Library/Formula
parent801734ccdf89eb8f60ddfa8da2f9d841ff126f68 (diff)
downloadhomebrew-7c1056bd45703d0b30289eb93c3f9c3f72e215b2.tar.bz2
pango: fix test function
The test for pango has been failing for a couple of months because `pango-view` no longer successfully does: - `-q` do not display - `-o <filename>` output to file So remove those two flags and the test passes except for some cleanup on exit of X11 things we have no control of afaik. Closes #15278. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pango.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index d47f2ebd1..6a57a9d04 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -49,8 +49,7 @@ class Pango < Formula
mktemp do
system "#{bin}/pango-view", "-t", "test-image",
"--waterfall", "--rotate=10",
- "--annotate=1", "--header",
- "-q", "-o", "output.png"
+ "--annotate=1", "--header"
end
end
end