]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: fix test definitions # 1370 and 1371
authorYang Tse <yangsita@gmail.com>
Sat, 9 Jun 2012 03:31:57 +0000 (05:31 +0200)
committerYang Tse <yangsita@gmail.com>
Sat, 9 Jun 2012 03:49:48 +0000 (05:49 +0200)
-J without -O shall not honor C-D filename

tests/data/test1370
tests/data/test1371

index 91e95c4634cc47545b16bc1476394acf799a0d04..52cc70321810cb0a4c3ea64220e2dbaa67afb1d1 100644 (file)
@@ -25,25 +25,17 @@ Content-Disposition: filename=name1370; 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 file
 </name>
-<setenv>
-CURL_TESTDIR=%PWD/log
-</setenv>
 <command option="no-output,no-include">
 http://%HOSTIP:%HTTPPORT/1370 -J -o log/outfile1370 -D log/heads1370
 </command>
 <postcheck>
-perl %SRCDIR/libtest/notexists.pl log/1370
+perl %SRCDIR/libtest/notexists.pl log/1370 log/name1370
 </postcheck>
 </client>
 
@@ -60,7 +52,7 @@ Accept: */*
 \r
 </protocol>
 
-<file1 name="log/name1370">
+<file1 name="log/outfile1370">
 12345
 </file1>
 
@@ -76,7 +68,6 @@ Content-Disposition: filename=name1370; charset=funny; option=strange
 </file2>
 
 <file3 name="log/stdout1370">
-curl: Saved to filename '%PWD/log/name1370'
 </file3>
 
 </verify>
index 6313d566564e59b219e35c915004331cbf7761a4..081850fa5a9a5eb4d400569690eb1acea332d137 100644 (file)
@@ -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: */*
 \r
 </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>