Commit 3cd30397 authored by unknown's avatar unknown
Browse files

Remove the moved check a second time.


mysql-test/mysql-test-run.pl:
  Remove the moved check
parent 1e875747
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
  # --------------------------------------------------------------------------