From 8dfa378e528917fd253780fd8414795ed868ab0f Mon Sep 17 00:00:00 2001 From: Richard Hsu Date: Tue, 9 May 2017 14:30:15 -0700 Subject: tests: remove superfluous test 1399 @MarcelRaad noted that `test1399` causes infinite loop on MinGW. Looking into this, seems like it is related to how Windows handles CRLF. See https://github.com/curl/curl/commit/9e093f by @mback2k. Removing `test1399` as it's identical to `test1326` then with such a fix. Test 1399 was broughy by commit 862b02f8947039e Closes #1478 --- tests/data/test1399 | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 tests/data/test1399 (limited to 'tests/data/test1399') diff --git a/tests/data/test1399 b/tests/data/test1399 deleted file mode 100644 index 830960532..000000000 --- a/tests/data/test1399 +++ /dev/null @@ -1,43 +0,0 @@ - - - -TELNET -UPLOAD - - - -# -# Server-side - - - -# -# Client-side - - -http - - -telnet - - -TELNET check stdin to HTTP - - -GET /we/want/1399 HTTP/1.0 - - - -telnet://%HOSTIP:%HTTPPORT - - - -# -# Verify data after the test has been "shot" - - -GET /we/want/1399 HTTP/1.0 - - - - -- cgit v1.2.3