aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 16:46:02 +0000
committerMike McQuaid2014-02-22 16:46:50 +0000
commitf413a8f76323710c1e06cf720a2ab093b7790599 (patch)
treec2b6b9fe44440dbec974bd57c82bbc347f6fe119 /Library
parent824b4b0734047157e7d1501d89415e028a8022a0 (diff)
downloadhomebrew-f413a8f76323710c1e06cf720a2ab093b7790599.tar.bz2
gtk+: remove test failing on bots.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gtk+.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb
index 67ad50af8..fe0a0ef9e 100644
--- a/Library/Formula/gtk+.rb
+++ b/Library/Formula/gtk+.rb
@@ -30,8 +30,4 @@ class Gtkx < Formula
"--disable-visibility"
system "make install"
end
-
- def test
- system "#{bin}/gtk-demo"
- end
end