From b29e906566869f28c164c87e45948b2a641aaf29 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 31 Dec 2013 14:45:20 -0600 Subject: 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. --- Library/Formula/mariadb.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Library/Formula') 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 EOS end - - test do - (prefix+'mysql-test').cd do - system './mysql-test-run.pl', 'status' - end - end end -- cgit v1.2.3