aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-12-31 14:45:20 -0600
committerJack Nagel2013-12-31 14:46:55 -0600
commitb29e906566869f28c164c87e45948b2a641aaf29 (patch)
tree8df39d621f65e4dfcc9a15dfa5686c38bab6012d /Library/Formula
parentaab25c1ec6d0b1ea3cc222f284abc60d817c0930 (diff)
downloadhomebrew-b29e906566869f28c164c87e45948b2a641aaf29.tar.bz2
mariadb: remove broken test
Unlink the mysql formula, it seems that the 'mysql-test' directory does not get installed; don't have the patience to figure out why at this time.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mariadb.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index e4f378274..f58bb4fd7 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -173,10 +173,4 @@ class Mariadb < Formula
</plist>
EOS
end
-
- test do
- (prefix+'mysql-test').cd do
- system './mysql-test-run.pl', 'status'
- end
- end
end