diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-04-19 18:25:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-04-20 12:44:31 +0200 |
commit | e04e974aed6b1187ec3bc7a6552a3d86cd4611cf (patch) | |
tree | 2dbcd32d807ff87f67a45dfdc07262f7b0adf3ec /tests | |
parent | 4225e5db1b2a854c3ccd581071a53a9d1a707aac (diff) | |
download | curl-e04e974aed6b1187ec3bc7a6552a3d86cd4611cf.tar.gz |
test1002: correct the name [skip ci]
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1002 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1002 b/tests/data/test1002 index 83cce6e44..d12046e5e 100644 --- a/tests/data/test1002 +++ b/tests/data/test1002 @@ -67,7 +67,7 @@ http crypto </features> <name> -HTTP POST --digest with PUT and resumed upload and modified method, twice +HTTP PUT with Digest auth, resumed upload and modified method, twice </name> <command> http://%HOSTIP:%HTTPPORT/1002.upload1 -T log/1002 http://%HOSTIP:%HTTPPORT/1002.upload2 -T log/1002 -u auser:apasswd --digest -x http://%HOSTIP:%HTTPPORT -C 2 -X GET |