mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:13:33 +03:00
runtests: fix linefeeds in log messages
Cherry-picked from #21449 Closes #21452
This commit is contained in:
parent
aab8d47227
commit
4d89043fbc
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue