aboutsummaryrefslogtreecommitdiff
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)
363 if (0 != curl_global_init (CURL_GLOBAL_WIN32)) 363 if (0 != curl_global_init (CURL_GLOBAL_WIN32))
364 return 2; 364 return 2;
365 errorCount += testInternalPut (); 365 errorCount += testInternalPut ();
366 if (0) 366 errorCount += testMultithreadedPut ();
367 { 367 errorCount += testExternalPut ();
368 errorCount += testMultithreadedPut ();
369 errorCount += testExternalPut ();
370 }
371 if (errorCount != 0) 368 if (errorCount != 0)
372 fprintf (stderr, "Error (code: %u)\n", errorCount); 369 fprintf (stderr, "Error (code: %u)\n", errorCount);
373 curl_global_cleanup (); 370 curl_global_cleanup ();