aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-28 09:41:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-28 09:41:30 +0000
commita5f4e104ccedd8ef63ac2a34696db0c3e0a20136 (patch)
tree3a685e1bec4d6cf08d30d7c0e27fe3d332a802f9 /src/testcurl/https/test_https_get_select.c
parent991598830f7944e689604c3b85d7675fe6150ca6 (diff)
downloadlibmicrohttpd-a5f4e104ccedd8ef63ac2a34696db0c3e0a20136.tar.gz
libmicrohttpd-a5f4e104ccedd8ef63ac2a34696db0c3e0a20136.zip
-do not run epoll tests if epoll was disabled, even on linux
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index 0dd4e11d..70a16425 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -221,7 +221,7 @@ main (int argc, char *const *argv)
221 fprintf (stderr, "Error: %s\n", strerror (errno)); 221 fprintf (stderr, "Error: %s\n", strerror (errno));
222 return -1; 222 return -1;
223 } 223 }
224#if LINUX 224#if EPOLL_SUPPORT
225 if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY))) 225 if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY)))
226 fprintf (stderr, "Fail: %d\n", errorCount); 226 fprintf (stderr, "Fail: %d\n", errorCount);
227#endif 227#endif