]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1340/1341: adjusted for hyper mode
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2021 22:00:17 +0000 (00:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jun 2021 06:42:38 +0000 (08:42 +0200)
Closes #7209

tests/data/test1340
tests/data/test1341

index 17218bea05b8dbd0cbd98fe27bb49ef54daf2b61..e48907bb420e87e2e75b7a50c781b9d077dd0acc 100644 (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>
index 9203cc6ceb017ee9ea812dd69c7217c060290ee4..cf13a1fecd243a36cad8eb9c10cff2b1e2333869 100644 (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\r
 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange\r
 \r
-curl: Saved to filename %PWD/log/name%TESTNUMBER
+curl saved to filename %PWD/log/name%TESTNUMBER
 </file2>
 
 </verify>