pce: fix test

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

View file

@ -29,7 +29,7 @@ class Pce < Formula
system "make install"
end
def test
system "#{bin}/pce-ibmpc -V"
test do
system "#{bin}/pce-ibmpc", "-V"
end
end