diff options
author | Eric Hu <ehu@directv.com> | 2010-12-09 16:29:39 -0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-12-15 16:05:17 +0100 |
commit | a7cf30f8081f98bdcd3f999a13c619374792f4c6 (patch) | |
tree | adbdab4cdf3824b49b20b0491b2730563ba77dc7 /tests | |
parent | be312336f6014b707fe9ec26ab75f8712c21d611 (diff) |
Minor fixes to pass tests 301 and 306 with a patched axTLS.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |