From a7cf30f8081f98bdcd3f999a13c619374792f4c6 Mon Sep 17 00:00:00 2001 From: Eric Hu Date: Thu, 9 Dec 2010 16:29:39 -0800 Subject: Minor fixes to pass tests 301 and 306 with a patched axTLS. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index 743fb1f62..966eb0dd2 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 { -- cgit v1.2.3