Loading tests/testcurl.pl +2 −1 Original line number Diff line number Diff line Loading @@ -664,7 +664,8 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) { my $cmd = ($extvercmd ne '' ? $extvercmd.' ' : '')."./src/curl${binext} --version|"; open(F, $cmd); while(<F>) { s/\r//; # strip CR from output on non-win32 platforms (wine on Linux) s/\r// if ($^O ne 'MSWin32'); print; } close(F); Loading Loading
tests/testcurl.pl +2 −1 Original line number Diff line number Diff line Loading @@ -664,7 +664,8 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) { my $cmd = ($extvercmd ne '' ? $extvercmd.' ' : '')."./src/curl${binext} --version|"; open(F, $cmd); while(<F>) { s/\r//; # strip CR from output on non-win32 platforms (wine on Linux) s/\r// if ($^O ne 'MSWin32'); print; } close(F); Loading