Commit fc449ac1 authored by unknown's avatar unknown
Browse files

Fix problem when running mysql_client_test in "binary dist", path should include the binary name

parent 4a1869b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1484,7 +1484,7 @@ sub executable_setup () {
      mtr_exe_maybe_exists("$glob_basedir/tests/mysql_client_test",
			   "$glob_basedir/tests/release/mysql_client_test",
			   "$glob_basedir/tests/debug/mysql_client_test",
			   "$glob_basedir/bin");
			   "$glob_basedir/bin/mysql_client_test");
  }
}