aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_get.c')
-rw-r--r--src/testcurl/test_get.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/test_get.c b/src/testcurl/test_get.c
index 892bd243..1fc6df17 100644
--- a/src/testcurl/test_get.c
+++ b/src/testcurl/test_get.c
@@ -634,10 +634,10 @@ main (int argc, char *const *argv)
634 } 634 }
635 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL)) 635 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL))
636 { 636 {
637 errorCount += testInternalGet(MHD_USE_EPOLL_LINUX_ONLY); 637 errorCount += testInternalGet(MHD_USE_EPOLL);
638 errorCount += testMultithreadedPoolGet(MHD_USE_EPOLL_LINUX_ONLY); 638 errorCount += testMultithreadedPoolGet(MHD_USE_EPOLL);
639 errorCount += testUnknownPortGet(MHD_USE_EPOLL_LINUX_ONLY); 639 errorCount += testUnknownPortGet(MHD_USE_EPOLL);
640 errorCount += testEmptyGet(MHD_USE_EPOLL_LINUX_ONLY); 640 errorCount += testEmptyGet(MHD_USE_EPOLL);
641 } 641 }
642 if (errorCount != 0) 642 if (errorCount != 0)
643 fprintf (stderr, "Error (code: %u)\n", errorCount); 643 fprintf (stderr, "Error (code: %u)\n", errorCount);