terminal-notifier: test seems to hang on brew-test-bot

This commit is contained in:
Samuel John 2013-06-04 14:31:20 +02:00
parent 83af9d44f2
commit 7e80d1c0f3

View file

@ -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__