aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Hu <ehu@directv.com>2010-12-09 16:29:39 -0800
committerDaniel Stenberg <daniel@haxx.se>2010-12-15 16:05:17 +0100
commita7cf30f8081f98bdcd3f999a13c619374792f4c6 (patch)
treeadbdab4cdf3824b49b20b0491b2730563ba77dc7 /tests
parentbe312336f6014b707fe9ec26ab75f8712c21d611 (diff)
Minor fixes to pass tests 301 and 306 with a patched axTLS.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
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 {