diff --git a/mysql-test/lib/My/SafeProcess.pm b/mysql-test/lib/My/SafeProcess.pm index d4c3d29520a..1c7672d1816 100644 --- a/mysql-test/lib/My/SafeProcess.pm +++ b/mysql-test/lib/My/SafeProcess.pm @@ -138,10 +138,10 @@ sub new { # } if (IS_CYGWIN){ - $path= native_path($path); - $input= native_path($input); - $output= native_path($output); - $error= native_path($error); + $path= mixed_path($path); + $input= mixed_path($input); + $output= mixed_path($output); + $error= mixed_path($error); } my @safe_args;