diff --git a/src/tests.c b/src/tests.c index 86235ce4..0056c9be 100644 --- a/src/tests.c +++ b/src/tests.c @@ -683,7 +683,6 @@ static void _test_http_async(uv_async_t* async) static void _test_http_thread(void* data) { -#if defined(__linux__) test_http_t* test = data; int r = system("curl -v http://localhost:23456/404"); assert(WEXITSTATUS(r) == 0); @@ -705,7 +704,6 @@ static void _test_http_thread(void* data) /* All to wake up the loop. */ uv_async_send(&test->async); -#endif } static void _test_http_handler(tf_http_request_t* request)