runtests: fix linefeeds in log messages

Cherry-picked from #21449

Closes #21452
This commit is contained in:
Viktor Szakats 2026-04-27 01:25:37 +02:00
parent aab8d47227
commit 4d89043fbc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1273,7 +1273,7 @@ sub FETCH_imap {
sub APPEND_imap {
my ($args) = @_;
logmsg "APPEND_imap got $args\r\n";
logmsg "APPEND_imap got $args\n";
$args =~ /^([^ ]+) [^{]*\{(\d+)\}$/;
my ($mailbox, $size) = ($1, $2);

View file

@ -501,7 +501,7 @@ sub torture {
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
localtime(time());
my $now = sprintf("%02d:%02d:%02d ", $hour, $min, $sec);
logmsg "Fail function no: $limit at $now\r";
logmsg "Fail function no: $limit at $now\n";
}
# make the memory allocation function number $limit return failure