aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ori.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ori.rb')
-rw-r--r--Library/Formula/ori.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ori.rb b/Library/Formula/ori.rb
index 17bf5e5a8..53e02a03e 100644
--- a/Library/Formula/ori.rb
+++ b/Library/Formula/ori.rb
@@ -17,7 +17,7 @@ class Ori < Formula
system "scons", "install", "PREFIX=#{prefix}"
end
- def test
+ test do
system "#{bin}/ori"
end
end