1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Remove the moved check a second time.

mysql-test/mysql-test-run.pl:
  Remove the moved check
This commit is contained in:
unknown
2006-11-28 23:09:17 +01:00
parent 1e875747ad
commit 3cd30397a1

View File

@ -813,13 +813,6 @@ sub command_line_setup () {
$opt_vardir= "$glob_mysql_test_dir/$opt_vardir";
}
# Ensure a proper error message
mkpath("$opt_vardir");
unless ( -d $opt_vardir and -w $opt_vardir )
{
mtr_error("Writable 'var' directory is needed, use the '--vardir' option");
}
# --------------------------------------------------------------------------
# Set tmpdir
# --------------------------------------------------------------------------