From 992a731116fc9134d4a0acf17fe10219917ecb30 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 7 Apr 2015 16:54:50 +0200 Subject: test142[23]: verify that an empty file is stored on success --- tests/data/test1422 | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 tests/data/test1422 (limited to 'tests/data/test1422') diff --git a/tests/data/test1422 b/tests/data/test1422 new file mode 100644 index 000000000..9b436cc4e --- /dev/null +++ b/tests/data/test1422 @@ -0,0 +1,63 @@ + + + +HTTP +HTTP GET +-J + + + +# + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 0 +Connection: close +Content-Type: text/html +Content-Disposition: filename=name1422; charset=funny; option=strange + + + + +# +# Client-side + +# this relies on the debug feature to allow us to set directory to store the +# -O and -J output in, using the CURL_TESTDIR variable + +debug + + +http + + +HTTP GET with -O -J and Content-Disposition (empty file) + + +CURL_TESTDIR=%PWD/log + + +http://%HOSTIP:%HTTPPORT/1422 -J -O file://%PWD/log/name1422 + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1422 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + + + + + -- cgit v1.2.3