aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/betty.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/betty.rb b/Library/Formula/betty.rb
index 9758b4a28..7fb2e4019 100644
--- a/Library/Formula/betty.rb
+++ b/Library/Formula/betty.rb
@@ -11,9 +11,7 @@ class Betty < Formula
end
test do
- system bin/"betty", "speech on"
system bin/"betty", "what is your name"
system bin/"betty", "version"
- system bin/"betty", "speech off"
end
end