podiff: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:20 -05:00
parent dfd2f738cb
commit 052879d5ce

View file

@ -27,6 +27,6 @@ class Podiff < Formula
end
test do
system "podiff -v"
system "#{bin}/podiff", "-v"
end
end