aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pixie.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pixie.rb')
-rw-r--r--Library/Formula/pixie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pixie.rb b/Library/Formula/pixie.rb
index 3114acfd4..35eeee7d0 100644
--- a/Library/Formula/pixie.rb
+++ b/Library/Formula/pixie.rb
@@ -23,7 +23,7 @@ class Pixie < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/rndr", "-v"
end
end