From 9273b46d54a0ee19a0ab7269653056b86c9f7dcd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 6 Apr 2015 22:20:12 +0000 Subject: -disable this test on w32 --- src/testcurl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testcurl/Makefile.am') diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am index 2bedaaca..b2bf1d51 100644 --- a/src/testcurl/Makefile.am +++ b/src/testcurl/Makefile.am @@ -18,6 +18,7 @@ $(LIBCURL_CPPFLAGS) if !HAVE_W32 PERF_GET_CONCURRENT=perf_get_concurrent +TEST_CONCURRENT_STOP=test_concurrent_stop if HAVE_CURL_BINARY CURL_FORK_TEST = test_get_response_cleanup endif @@ -30,7 +31,7 @@ check_PROGRAMS = \ test_get_sendfile \ test_urlparse \ test_put \ - test_concurrent_stop \ + $(TEST_CONCURRENT_STOP) \ test_process_headers \ test_process_arguments \ test_parse_cookies \ -- cgit v1.2.3