mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
parent
769d9176e3
commit
5f70cb6461
@ -40,7 +40,7 @@ HTTP GET with -O -J and Content-Disposition, -D file
|
||||
CURL_TESTDIR=%PWD/log
|
||||
</setenv>
|
||||
<command option="no-output,no-include">
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O -D log/heads%TESTNUMBER -w "curl: Saved to filename %{filename_effective}\n"
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O -D log/heads%TESTNUMBER -w "curl saved to filename %{filename_effective}\n"
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -71,7 +71,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
|
||||
</file2>
|
||||
|
||||
<file3 name="log/stdout%TESTNUMBER" mode="text">
|
||||
curl: Saved to filename %PWD/log/name%TESTNUMBER
|
||||
curl saved to filename %PWD/log/name%TESTNUMBER
|
||||
</file3>
|
||||
|
||||
</verify>
|
||||
|
@ -40,7 +40,7 @@ HTTP GET with -O -J and Content-Disposition, -D stdout
|
||||
CURL_TESTDIR=%PWD/log
|
||||
</setenv>
|
||||
<command option="no-output,no-include">
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O -D - -w "curl: Saved to filename %{filename_effective}\n"
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O -D - -w "curl saved to filename %{filename_effective}\n"
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -68,7 +68,7 @@ Connection: close
|
||||
Content-Type: text/html
|
||||
Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
|
||||
|
||||
curl: Saved to filename %PWD/log/name%TESTNUMBER
|
||||
curl saved to filename %PWD/log/name%TESTNUMBER
|
||||
</file2>
|
||||
|
||||
</verify>
|
||||
|
Loading…
Reference in New Issue
Block a user