From d6996fcdfc5fd5d356d142d532e23b0ac405adf6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:35:20 -0500 Subject: mysql: fix test --- Library/Formula/mysql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 49825b9c0..fa3fd940d 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -165,7 +165,7 @@ class Mysql < Formula end test do - (opt_prefix+'mysql-test').cd do + (prefix+'mysql-test').cd do system './mysql-test-run.pl', 'status' end end -- cgit v1.2.3