aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-06-04 14:31:20 +0200
committerSamuel John2013-06-04 14:31:20 +0200
commitad794563883c28d2c4257683d8c8ff5f73eda829 (patch)
tree8a7d44acb09c09d2d4066d18f94e5802e96c9008 /Library
parentb18d2eb58e96f2d0bc12e01c2115827c66daf0c6 (diff)
downloadhomebrew-ad794563883c28d2c4257683d8c8ff5f73eda829.tar.bz2
terminal-notifier: test seems to hang on brew-test-bot
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/terminal-notifier.rb9
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__