diff options
| author | Samuel John | 2013-06-04 14:31:20 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-04 14:31:20 +0200 |
| commit | ad794563883c28d2c4257683d8c8ff5f73eda829 (patch) | |
| tree | 8a7d44acb09c09d2d4066d18f94e5802e96c9008 /Library | |
| parent | b18d2eb58e96f2d0bc12e01c2115827c66daf0c6 (diff) | |
| download | homebrew-ad794563883c28d2c4257683d8c8ff5f73eda829.tar.bz2 | |
terminal-notifier: test seems to hang on brew-test-bot
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/terminal-notifier.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/terminal-notifier.rb b/Library/Formula/terminal-notifier.rb index 01e05d062..7f93e39b9 100644 --- a/Library/Formula/terminal-notifier.rb +++ b/Library/Formula/terminal-notifier.rb @@ -44,15 +44,6 @@ class TerminalNotifier < Formula EOS end - test do - # Display a test notice - system "#{bin}/terminal-notifier", - "-title", "Homebrew", - "-group", "brew", - "-message", "terminal-notifier test successful!", - "-open", "'http://brew.sh'", - "-subtitle", "Test CLI Notification" - end end __END__ |
