diff options
author | Richard Hsu <richard@accompani.com> | 2017-05-09 14:30:15 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-10 09:42:31 +0200 |
commit | 8dfa378e528917fd253780fd8414795ed868ab0f (patch) | |
tree | 7cf78108620f201bcbbb2b9ea52ab34360800719 /tests/data/test1399 | |
parent | f19baf27ebf89bea3768471be3c89772dc8a0be5 (diff) |
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
Diffstat (limited to 'tests/data/test1399')
-rw-r--r-- | tests/data/test1399 | 43 |
1 files changed, 0 insertions, 43 deletions
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 @@ -<testcase> -<info> -<keywords> -TELNET -UPLOAD -</keywords> -</info> - -# -# Server-side -<reply> -</reply> - -# -# Client-side -<client> -<server> -http -</server> -<features> -telnet -</features> -<name> -TELNET check stdin to HTTP -</name> -<stdin> -GET /we/want/1399 HTTP/1.0
-
-</stdin> -<command option="no-output"> -telnet://%HOSTIP:%HTTPPORT -</command> -</client> - -# -# Verify data after the test has been "shot" -<verify> -<protocol> -GET /we/want/1399 HTTP/1.0
-
-</protocol> -</verify> -</testcase> |