Commit e33e0bfc authored by unknown's avatar unknown
Browse files

Revert


mysql-test/lib/mtr_misc.pl:
  Revert change to outpout exe path and name in win format
parent 187f89a4
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -96,16 +96,7 @@ sub mtr_exe_exists (@) {
  map {$_.= ".exe"} @path if $::glob_win32;
  foreach my $path ( @path )
  {
    if ( -x $path )
    {
      if ( $::glob_cygwin_perl )
      {
        $path= `cygpath -w $path`;
	# Chop off the \n that cygpath adds
        $path=~ s/\n//;
      }
      return $path;
    }
    return $path if -x $path;
  }
  if ( @path == 1 )
  {