aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jruby.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-29 21:51:06 -0700
committerAdam Vandenberg2010-06-30 07:27:23 -0700
commitaa6984938e1a4a72d2a8859f20275c748a2e8a2d (patch)
tree760aadadfd4330262228e2f940c7c60d25e8d630 /Library/Formula/jruby.rb
parent5cc5a6aab834164b3fc57a54cba528878b6c267f (diff)
downloadhomebrew-aa6984938e1a4a72d2a8859f20275c748a2e8a2d.tar.bz2
Enable jruby test
Diffstat (limited to 'Library/Formula/jruby.rb')
-rw-r--r--Library/Formula/jruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb
index 0b70757e2..d32bdf8ad 100644
--- a/Library/Formula/jruby.rb
+++ b/Library/Formula/jruby.rb
@@ -32,6 +32,6 @@ class Jruby < Formula
end
def test
- system "jruby -e ''"
+ system "jruby -e 'puts \"hello\"'"
end
end