aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:20 -0500
committerJack Nagel2013-03-26 00:02:41 -0500
commit5b9ebbec6e6564c49d63569a879f097fc89c0bd3 (patch)
tree22e2931f43ecb7e0cc335beda933d7b082f72dc1 /Library
parent74c5c3b109184bf7e8638f47317297b4be9d9263 (diff)
downloadhomebrew-5b9ebbec6e6564c49d63569a879f097fc89c0bd3.tar.bz2
pce: fix test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pce.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pce.rb b/Library/Formula/pce.rb
index d41152933..5156cb86a 100644
--- a/Library/Formula/pce.rb
+++ b/Library/Formula/pce.rb
@@ -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