about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-02-12 02:41:22 +0000
committerEric Wong <e@80x24.org>2017-02-12 02:41:47 +0000
commitcb8fc8c39d0a820b35ed3384c35122aaa66f9a6f (patch)
treeec90020d111f2de5fa7a632aa6b85fc92240f860
parentccb66f35d293d3d0e3f9b119f7bd1fa019b93c75 (diff)
downloadpublic-inbox-cb8fc8c39d0a820b35ed3384c35122aaa66f9a6f.tar.gz
This is fixed in the newest versions of Email::Simple,
but not the version in Debian jessie (2.203)
-rw-r--r--t/mime.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/mime.t b/t/mime.t
index c4bdcf0d..b0e2290e 100644
--- a/t/mime.t
+++ b/t/mime.t
@@ -8,6 +8,7 @@ use Test::More;
 use_ok 'PublicInbox::MIME';
 use PublicInbox::MsgIter;
 
+local $SIG{__WARN__} = sub {};
 my $msg = PublicInbox::MIME->new(
 'From:   Richard Hansen <hansenr@google.com>
 To:     git@vger.kernel.org