diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-28 23:09:17 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-28 23:09:17 +0100 |
commit | 3cd30397a1392a29aa910431f0c26e351de1fde3 (patch) | |
tree | c46fcc416a3ab66ad5127087bbe8faad1867da17 /mysql-test/mysql-test-run.pl | |
parent | 1e875747ade1ec991c0dad6dfcbf51555bbed09d (diff) | |
download | mariadb-git-3cd30397a1392a29aa910431f0c26e351de1fde3.tar.gz |
Remove the moved check a second time.
mysql-test/mysql-test-run.pl:
Remove the moved check
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 963aae85a59..80a444acb27 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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 # -------------------------------------------------------------------------- |