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

Bug #31602 mysql-test-run.pl seems to have problems with file names including spaces.

Too complex/risky to try to fix
Instead, detect the problem and communicate that this is not supported
This commit is contained in:
Bjorn Munch
2010-02-03 15:11:52 +01:00
parent da01225202
commit aed6da87c8

View File

@ -946,6 +946,11 @@ sub command_line_setup {
# Find the absolute path to the test directory
$glob_mysql_test_dir= cwd();
if ($glob_mysql_test_dir =~ / /)
{
die("Working directory \"$glob_mysql_test_dir\" contains space\n".
"Bailing out, cannot function properly with space in path");
}
if (IS_CYGWIN)
{
# Use mixed path format i.e c:/path/to/