mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:13:31 +03:00
adjusted to the correct treatmeant of file:// URLs
This commit is contained in:
parent
711a3a79e3
commit
72e67d3b9d
2 changed files with 7 additions and 2 deletions
|
|
@ -68,6 +68,9 @@ my $debugprotocol;
|
|||
my $anyway;
|
||||
my $gdbthis; # run test case with gdb debugger
|
||||
my $keepoutfiles; # keep stdout and stderr files after tests
|
||||
my $pwd; # current working directory
|
||||
|
||||
chomp($pwd = `pwd`);
|
||||
|
||||
#######################################################################
|
||||
# Return the pid of the server as found in the given pid file
|
||||
|
|
@ -443,6 +446,8 @@ sub singletest {
|
|||
$cmd =~ s/%FTPPORT/$FTPPORT/g;
|
||||
$cmd =~ s/%FTPSPORT/$FTPSPORT/g;
|
||||
$cmd =~ s/%SRCDIR/$srcdir/g;
|
||||
$cmd =~ s/%PWD/$pwd/g;
|
||||
|
||||
#$cmd =~ s/%HOSTNAME/$HOSTNAME/g;
|
||||
|
||||
if($memory_debug) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue