aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/plt-racket.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/plt-racket.rb b/Library/Formula/plt-racket.rb
index 4d1fff4e2..970947743 100644
--- a/Library/Formula/plt-racket.rb
+++ b/Library/Formula/plt-racket.rb
@@ -25,4 +25,10 @@ class PltRacket < Formula
the PLT-provided packages from http://racket-lang.org/download/.
EOS
end
+
+ test do
+ output = `'#{bin}/racket' -e '(displayln "Hello Homebrew")'`
+ assert $?.success?
+ assert_match /Hello Homebrew/, output
+ end
end