diff options
Diffstat (limited to 'tests/libtest/lib1517.c')
-rw-r--r-- | tests/libtest/lib1517.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/libtest/lib1517.c b/tests/libtest/lib1517.c index c542aad03..d8ad3b753 100644 --- a/tests/libtest/lib1517.c +++ b/tests/libtest/lib1517.c @@ -61,17 +61,6 @@ static CURLcode test_lib1517(const char *URL) struct t1517_WriteThis pooh; - if(!strcmp(URL, "check")) { -#if (defined(_WIN32) || defined(__CYGWIN__)) - curl_mprintf("Windows TCP does not deliver response data but reports " - "CONNABORTED\n"); - return TEST_ERR_FAILURE; /* skip since it fails on Windows without - workaround */ -#else - return CURLE_OK; /* sure, run this! */ -#endif - } - pooh.readptr = testdata; pooh.sizeleft = strlen(testdata); |