summaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/daemontest_put.c')
-rw-r--r--src/testcurl/daemontest_put.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/testcurl/daemontest_put.c b/src/testcurl/daemontest_put.c
index e1f89402..3ce7d371 100644
--- a/src/testcurl/daemontest_put.c
+++ b/src/testcurl/daemontest_put.c
@@ -363,11 +363,8 @@ main (int argc, char *const *argv)
if (0 != curl_global_init (CURL_GLOBAL_WIN32))
return 2;
errorCount += testInternalPut ();
- if (0)
- {
- errorCount += testMultithreadedPut ();
- errorCount += testExternalPut ();
- }
+ errorCount += testMultithreadedPut ();
+ errorCount += testExternalPut ();
if (errorCount != 0)
fprintf (stderr, "Error (code: %u)\n", errorCount);
curl_global_cleanup ();