aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_quiesce.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_quiesce.c')
-rw-r--r--src/testcurl/test_quiesce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_quiesce.c b/src/testcurl/test_quiesce.c
index f4002348..9ff3086c 100644
--- a/src/testcurl/test_quiesce.c
+++ b/src/testcurl/test_quiesce.c
@@ -482,8 +482,8 @@ main (int argc, char *const *argv)
482 } 482 }
483 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL)) 483 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL))
484 { 484 {
485 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_EPOLL_LINUX_ONLY); 485 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_EPOLL);
486 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_EPOLL_LINUX_ONLY); 486 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_EPOLL);
487 } 487 }
488 if (errorCount != 0) 488 if (errorCount != 0)
489 fprintf (stderr, "Error (code: %u)\n", errorCount); 489 fprintf (stderr, "Error (code: %u)\n", errorCount);