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

Commit

Permalink
imagemagick: fix brew test on Mountain Lion.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 11, 2012
1 parent e3567d8 commit 7d9599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/imagemagick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def caveats
end

def test
system "#{bin}/identify", "/Library/Application Support/Apple/iChat Icons/Flags/Argentina.gif"
system "#{bin}/identify", "/Library/Application Support/Apple/iChat Icons/Flags/Argentina.*"
end
end

Expand Down

0 comments on commit 7d9599d

Please sign in to comment.