mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
Minor fixes to pass tests 301 and 306 with a patched axTLS.
This commit is contained in:
parent
be312336f6
commit
a7cf30f808
2 changed files with 26 additions and 16 deletions
|
|
@ -2559,7 +2559,6 @@ sub singletest {
|
|||
if($curl_debug) {
|
||||
unlink($memdump);
|
||||
}
|
||||
$cmd = "-1 ".$cmd if(exists $feature{"SSL"} && $has_axtls == 1);
|
||||
|
||||
# create a (possibly-empty) file before starting the test
|
||||
my @inputfile=getpart("client", "file");
|
||||
|
|
@ -2619,6 +2618,7 @@ sub singletest {
|
|||
}
|
||||
elsif(!$tool) {
|
||||
# run curl, add --verbose for debug information output
|
||||
$cmd = "-1 ".$cmd if(exists $feature{"SSL"} && $has_axtls == 1);
|
||||
$cmdargs ="$out --include --verbose --trace-time $cmd";
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue