aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pango.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pango.rb')
-rw-r--r--Library/Formula/pango.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index af1d497c5..82ce89d31 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -39,8 +39,11 @@ class Pango < Formula
def test
mktemp do
- system "#{bin}/pango-view -t 'test-image' --waterfall --rotate=10 --annotate=1 --header -q -o output.png"
- system "/usr/bin/qlmanage -p output.png"
+ system "#{bin}/pango-view", "-t", "test-image",
+ "--waterfall", "--rotate=10",
+ "--annotate=1", "--header",
+ "-q", "-o", "output.png"
+ system "/usr/bin/qlmanage", "-p", "output.png"
end
end
end