diff options
author | Yang Tse <yangsita@gmail.com> | 2012-06-09 05:31:57 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-06-09 05:49:48 +0200 |
commit | c29d1f4e3ad2152d6bdc990c45454a3a5b3bd224 (patch) | |
tree | e5e9031f5acc687e4277755b6df537db0a22e3b3 /tests/data/test1371 | |
parent | 674e53f40ee1c5a8c3c9e2b0c8a748cae0ebe85c (diff) | |
download | curl-c29d1f4e3ad2152d6bdc990c45454a3a5b3bd224.tar.gz |
tests: fix test definitions # 1370 and 1371
-J without -O shall not honor C-D filename
Diffstat (limited to 'tests/data/test1371')
-rw-r--r-- | tests/data/test1371 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/data/test1371 b/tests/data/test1371 index 6313d5665..081850fa5 100644 --- a/tests/data/test1371 +++ b/tests/data/test1371 @@ -25,25 +25,17 @@ Content-Disposition: filename=name1371; charset=funny; option=strange # # Client-side <client> -# this relies on the debug feature to allow us to set directory to store the -# -J output in, using the CURL_TESTDIR variable -<features> -debug -</features> <server> http </server> <name> HTTP GET -o fname -J and Content-Disposition, -D stdout </name> -<setenv> -CURL_TESTDIR=%PWD/log -</setenv> <command option="no-output,no-include"> http://%HOSTIP:%HTTPPORT/1371 -J -o log/outfile1371 -D - </command> <postcheck> -perl %SRCDIR/libtest/notexists.pl log/1371 +perl %SRCDIR/libtest/notexists.pl log/1371 log/name1371 </postcheck> </client> @@ -60,7 +52,7 @@ Accept: */* </protocol> -<file1 name="log/name1371"> +<file1 name="log/outfile1371"> 12345 </file1> @@ -73,7 +65,6 @@ Connection: close Content-Type: text/html Content-Disposition: filename=name1371; charset=funny; option=strange -curl: Saved to filename '%PWD/log/name1371' </file2> </verify> |