diff options
| author | Jack Nagel | 2013-03-25 13:35:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:40 -0500 |
| commit | d6996fcdfc5fd5d356d142d532e23b0ac405adf6 (patch) | |
| tree | 4f16d0597d311f90e309093f3d260ff99baa1bf0 /Library/Formula | |
| parent | a14fc6b3075f3ec7c777f5906d3e727ace5fad30 (diff) | |
| download | homebrew-d6996fcdfc5fd5d356d142d532e23b0ac405adf6.tar.bz2 | |
mysql: fix test
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
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 |
