From: Eric Wong Date: Fri, 11 May 2018 19:20:18 +0000 (+0000) Subject: t/search: quiet warning from Encode.pm X-Git-Tag: v1.2.0~507 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=796b9737d617185acdda1d537ff4aded08dd13df;p=public-inbox.git t/search: quiet warning from Encode.pm This was probably a typo on my part, and quiets a warning: Argument contains empty address at .../Email/MIME/Encode.pm line 70 Tested with Email::MIME 1.946 --- diff --git a/t/search.t b/t/search.t index 54f2db90..9a90fd53 100644 --- a/t/search.t +++ b/t/search.t @@ -214,7 +214,7 @@ $ibx->with_umask(sub { # No References: # 'References' => ' <'.$long_mid.'>', 'In-Reply-To' => "<$long_mid>", - From => '"no1 ', + From => 'no1 ', To => 'list@example.com', ], body => "no References\n");