aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mysql.rb2
1 files changed, 1 insertions, 1 deletions
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