startup-notification: remove accidentally added bad test.

This commit is contained in:
Mike McQuaid 2017-01-27 09:33:36 +00:00
parent 028b50a0ec
commit f25cd32f07

View file

@ -21,8 +21,4 @@ class StartupNotification < Formula
"--prefix=#{prefix}"
system "make", "install"
end
test do
system "#{bin}/startup-notification", "--version"
end
end