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
-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"
@@ -71,7 +71,7 @@ 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
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
-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"
@@ -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