diff --git a/tests/data/test1712 b/tests/data/test1712
index 5cdc642d09..03fc9a7290 100644
--- a/tests/data/test1712
+++ b/tests/data/test1712
@@ -30,6 +30,9 @@ Funny-head: yesyes
http
+
+COLUMNS=10000
+
config file with argument using single quotes
@@ -54,8 +57,7 @@ Content-Type: application/x-www-form-urlencoded
'arg-with-quote'
-Warning: %LOGDIR/config:1 Option 'data' uses argument with leading single quote.%SP
-It is probably a mistake. Consider double quotes.
+Warning: %LOGDIR/config:1 Option 'data' uses argument with leading single quote. It is probably a mistake. Consider double quotes.
diff --git a/tests/data/test433 b/tests/data/test433
index 1ef5e80445..8a3cee80a1 100644
--- a/tests/data/test433
+++ b/tests/data/test433
@@ -32,7 +32,7 @@ XDG_CONFIG_HOME=%PWD/%LOGDIR
HOME
CURL_HOME
# set the terminal wide to avoid word wrap in the message
-COLUMNS=300
+COLUMNS=10000
Verify XDG_CONFIG_HOME use to find curlrc
diff --git a/tests/data/test459 b/tests/data/test459
index 91f2d67bca..f5649922cd 100644
--- a/tests/data/test459
+++ b/tests/data/test459
@@ -30,6 +30,9 @@ Funny-head: yesyes
http
+
+COLUMNS=10000
+
config file with argument using whitespace missing quotes
@@ -54,8 +57,7 @@ Content-Type: application/x-www-form-urlencoded
arg
-Warning: %LOGDIR/config:1 Option 'data' uses argument with unquoted whitespace.%SP
-Warning: This may cause side-effects. Consider double quotes.
+Warning: %LOGDIR/config:1 Option 'data' uses argument with unquoted whitespace. This may cause side-effects. Consider double quotes.
diff --git a/tests/runtests.pl b/tests/runtests.pl
index d7582ded96..eee5c2950e 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1372,10 +1372,6 @@ sub singletest_check {
s/\r//;
s/\n/ /;
}
- my $v = join(@validstderr, "");
- my $a = join(@actual, "");
- @validstderr = $v;
- @actual = $a;
}
if($hash{'nonewline'}) {