From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1CA2E1FAF4 for ; Sun, 12 Feb 2017 02:08:18 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] t/mime.t: quiet warning during test, at least Date: Sun, 12 Feb 2017 02:08:17 +0000 Message-Id: <20170212020817.28143-1-e@80x24.org> List-Id: This is fixed in the newest versions of Email::Simple, but not the version in Debian jessie (2.203) --- t/mime.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/mime.t b/t/mime.t index c4bdcf0..3e29dbc 100644 --- a/t/mime.t +++ b/t/mime.t @@ -20,6 +20,7 @@ Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=s boundary="94eb2c0bc864b76ba30545b2bca9" --94eb2c0bc864b76ba30545b2bca9 +Content-Type: text/plain Richard Hansen (2): diff: document behavior of relative diff.orderFile -- EW