=== modified file 'scripts/mysql_install_db.sh' --- scripts/mysql_install_db.sh 2011-03-23 23:28:49 +0000 +++ scripts/mysql_install_db.sh 2011-05-17 14:30:55 +0000 @@ -469,7 +469,12 @@ echo "cd $basedir ; $bindir/mysqld_safe &" echo echo "You can test the MySQL daemon with mysql-test-run.pl" - echo "cd $basedir/mysql-test ; perl mysql-test-run.pl" + if [ -d "$basedir/share/mysql-test" ] + then + echo "cd $basedir/share/mysql-test ; perl mysql-test-run.pl" + else + echo "cd $basedir/mysql-test ; perl mysql-test-run.pl" + fi fi echo