1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 16:48:49 -05:00

test1340/1341: adjusted for hyper mode

Closes #7209
This commit is contained in:
Daniel Stenberg 2021-06-09 00:00:17 +02:00
parent 769d9176e3
commit 5f70cb6461
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>