summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-09 00:00:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-10 08:42:38 +0200
commit5f70cb64611e92bf78a4119f46180741b32a1b43 (patch)
tree7e647d742886cf2db034db0e8dc3c901c30912e7 /tests/data
parent769d9176e3995ed7224b5c14fd4110941db2fb89 (diff)
downloadcurl-5f70cb64611e92bf78a4119f46180741b32a1b43.tar.gz
test1340/1341: adjusted for hyper mode
Closes #7209
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/test13404
-rw-r--r--tests/data/test13414
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1340 b/tests/data/test1340
index 17218bea0..e48907bb4 100644
--- a/tests/data/test1340
+++ b/tests/data/test1340
@@ -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>
diff --git a/tests/data/test1341 b/tests/data/test1341
index 9203cc6ce..cf13a1fec 100644
--- a/tests/data/test1341
+++ b/tests/data/test1341
@@ -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>