aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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