Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

pango: fix test function #15278

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions Library/Formula/pango.rb
Expand Up @@ -49,8 +49,7 @@ def test
mktemp do mktemp do
system "#{bin}/pango-view", "-t", "test-image", system "#{bin}/pango-view", "-t", "test-image",
"--waterfall", "--rotate=10", "--waterfall", "--rotate=10",
"--annotate=1", "--header", "--annotate=1", "--header"
"-q", "-o", "output.png"
end end
end end
end end