]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/search: quiet warning from Encode.pm
authorEric Wong <e@80x24.org>
Fri, 11 May 2018 19:20:18 +0000 (19:20 +0000)
committerEric Wong <e@80x24.org>
Fri, 11 May 2018 19:23:10 +0000 (19:23 +0000)
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

t/search.t

index 54f2db906a04cd04d7cddda3bf175feed2e82c4f..9a90fd5384e7817c122615d2162aea89d949c488 100644 (file)
@@ -214,7 +214,7 @@ $ibx->with_umask(sub {
                        # No References:
                        # 'References' => '<root@s> <last@s> <'.$long_mid.'>',
                        'In-Reply-To' => "<$long_mid>",
-                       From => '"no1 <no1@example.com>',
+                       From => 'no1 <no1@example.com>',
                        To => 'list@example.com',
                ],
                body => "no References\n");