diff options
| author | Xu Cheng | 2015-04-21 17:16:14 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-04-21 19:33:02 +0800 |
| commit | de5df902f008599d51a16c5ad9bb173e51e1bc42 (patch) | |
| tree | 2620eb1a37ba233439f6763a7f7be49c2dcf1f2e | |
| parent | 07f3aaf658601b781a438dba786029872e99556f (diff) | |
| download | homebrew-de5df902f008599d51a16c5ad9bb173e51e1bc42.tar.bz2 | |
betty: fix test
TTS service will run timeout in the headless environment.
Closes #38892.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Formula/betty.rb | 2 |
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 |
