Re: [PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / 42 / 86fa52c36ab1afe382f6c4cd010d43ef75bb3f
1 Return-Path: <kas@node.shutemov.name>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9E339431FC3\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Dec 2013 11:47:05 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id MVvKPyCQVh6F for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Dec 2013 11:46:59 -0800 (PST)\r
17 Received: from jenni1.inet.fi (mta-out.inet.fi [195.156.147.13])\r
18         by olra.theworths.org (Postfix) with ESMTP id 79128431FBF\r
19         for <notmuch@notmuchmail.org>; Tue, 17 Dec 2013 11:46:59 -0800 (PST)\r
20 Received: from node.shutemov.name (80.220.224.16) by jenni1.inet.fi\r
21         (8.5.140.03) id 527750DA03CA852F; Tue, 17 Dec 2013 21:46:54 +0200\r
22 Received: by node.shutemov.name (Postfix, from userid 1000)\r
23         id 2E983417EE; Tue, 17 Dec 2013 21:46:51 +0200 (EET)\r
24 Date: Tue, 17 Dec 2013 21:46:51 +0200\r
25 From: "Kirill A. Shutemov" <kirill@shutemov.name>\r
26 To: Jani Nikula <jani@nikula.org>\r
27 Subject: Re: [PATCH] lib: Add a new prefix "list" to the search-terms syntax\r
28 Message-ID: <20131217194651.GA10816@node.dhcp.inet.fi>\r
29 References: <20130409083010.GA27675@raorn.name>\r
30         <1365549369-12776-1-git-send-email-raorn@raorn.name>\r
31         <87bo2ougmb.fsf@nikula.org>\r
32         <20131217180322.GA9272@node.dhcp.inet.fi>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Content-Disposition: inline\r
36 In-Reply-To: <20131217180322.GA9272@node.dhcp.inet.fi>\r
37 User-Agent: Mutt/1.5.22.1-rc1 (2013-10-16)\r
38 Cc: notmuch@notmuchmail.org, "Alexey I. Froloff" <raorn@raorn.name>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 17 Dec 2013 19:47:05 -0000\r
52 \r
53 On Tue, Dec 17, 2013 at 08:03:22PM +0200, Kirill A. Shutemov wrote:\r
54 > diff --git a/test/test-lib.sh b/test/test-lib.sh\r
55 > index d8e0d9115a69..981bde4a4004 100644\r
56 > --- a/test/test-lib.sh\r
57 > +++ b/test/test-lib.sh\r
58 > @@ -576,9 +576,9 @@ test_expect_equal_json () {\r
59 >      # The test suite forces LC_ALL=C, but this causes Python 3 to\r
60 >      # decode stdin as ASCII.  We need to read JSON in UTF-8, so\r
61 >      # override Python's stdio encoding defaults.\r
62 > -    output=$(echo "$1" | PYTHONIOENCODING=utf-8 python -mjson.tool \\r
63 > +    output=$(echo "$1" | PYTHONIOENCODING=utf-8 python2 -mjson.tool \\r
64 >          || echo "$1")\r
65 > -    expected=$(echo "$2" | PYTHONIOENCODING=utf-8 python -mjson.tool \\r
66 > +    expected=$(echo "$2" | PYTHONIOENCODING=utf-8 python2 -mjson.tool \\r
67 >          || echo "$2")\r
68 >      shift 2\r
69 >      test_expect_equal "$output" "$expected" "$@"\r
70 \r
71 This part is not relevant.\r
72 \r
73 -- \r
74  Kirill A. Shutemov\r