Minor fixes to pass tests 301 and 306 with a patched axTLS.

This commit is contained in:
Eric Hu
2010-12-09 16:29:39 -08:00
committed by Daniel Stenberg
parent be312336f6
commit a7cf30f808
2 changed files with 26 additions and 16 deletions

View File

@@ -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 {