[PATCH 2/2] cli: config: fix config file save when the file does not exist
[notmuch-archives.git] / 04 / e3aff2e4cf19ad33ca0fae7aa48ca4f469d6f7
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 1F76D431FB6\r
6         for <notmuch@notmuchmail.org>; Fri, 25 May 2012 06:05:11 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id FDDkWxmLbQ-n for <notmuch@notmuchmail.org>;\r
17         Fri, 25 May 2012 06:05:09 -0700 (PDT)\r
18 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
19         [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id A7509431FAF\r
22         for <notmuch@notmuchmail.org>; Fri, 25 May 2012 06:05:08 -0700 (PDT)\r
23 Received: by lagu2 with SMTP id u2so691547lag.26\r
24         for <notmuch@notmuchmail.org>; Fri, 25 May 2012 06:05:05 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:date:message-id:x-mailer;\r
27         bh=yUpzGWEKVma/0eT5LshCJZW5rLjkAxXTCFJoj3e9If8=;\r
28         b=eWPHnNaU6zjKKDMoVqBHBNTkwiqSyJ4Fdh5pFTzMCZFW2hLZV7VtcC+UFJ6c1X8JH6\r
29         VuCBgQaus50KKAHrIYENj51RLVRew27kYxQfItRfoV/w/ueB1HvDF08sRd08eFqe21RC\r
30         a8flBN8rfondlQXwhJC8wfJzufGELereCBblqyTzfkc4jE3o07Fs8JhoX8Ww+KncNxqb\r
31         Xjpz1Kt7j4ACg79fCKlWdR8/s7rUUeF1n+KHUCz15+4UbsDkT7uolTlpf7m2WChBC7K+\r
32         N9LeYKfQslRIEClDrwuHPl5uOIjYXlGRkrfVW/W79rScE2Uwzxwo0TDCYOjVTCUpVzAU\r
33         lD1Q==\r
34 Received: by 10.152.102.137 with SMTP id fo9mr3491372lab.35.1337951105488;\r
35         Fri, 25 May 2012 06:05:05 -0700 (PDT)\r
36 Received: from localhost (dyn-79-4.fttbee.kis.ru. [92.242.79.4])\r
37         by mx.google.com with ESMTPS id o5sm3112071lbg.5.2012.05.25.06.05.02\r
38         (version=TLSv1/SSLv3 cipher=OTHER);\r
39         Fri, 25 May 2012 06:05:02 -0700 (PDT)\r
40 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH] test: remove "Testing" from test description in emacs-hello\r
43         and emacs-show\r
44 Date: Fri, 25 May 2012 17:02:55 +0400\r
45 Message-Id: <1337950975-26055-1-git-send-email-dmitry.kurochkin@gmail.com>\r
46 X-Mailer: git-send-email 1.7.10\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Fri, 25 May 2012 13:05:11 -0000\r
60 \r
61 "Testing" is printed by test/test-lib.sh, so having "Testing" in test\r
62 description results in duplicate "Testing" in console output.\r
63 ---\r
64  test/emacs-hello |    2 +-\r
65  test/emacs-show  |    2 +-\r
66  2 files changed, 2 insertions(+), 2 deletions(-)\r
67 \r
68 diff --git a/test/emacs-hello b/test/emacs-hello\r
69 index a998dc4..48d1420 100755\r
70 --- a/test/emacs-hello\r
71 +++ b/test/emacs-hello\r
72 @@ -1,6 +1,6 @@\r
73  #!/usr/bin/env bash\r
74  \r
75 -test_description="Testing emacs notmuch-hello view"\r
76 +test_description="emacs notmuch-hello view"\r
77  . test-lib.sh\r
78  \r
79  EXPECTED=$TEST_DIRECTORY/emacs.expected-output\r
80 diff --git a/test/emacs-show b/test/emacs-show\r
81 index 5700d2e..2498564 100755\r
82 --- a/test/emacs-show\r
83 +++ b/test/emacs-show\r
84 @@ -1,6 +1,6 @@\r
85  #!/usr/bin/env bash\r
86  \r
87 -test_description="Testing emacs notmuch-show view"\r
88 +test_description="emacs notmuch-show view"\r
89  . test-lib.sh\r
90  \r
91  test_begin_subtest "Hiding Original Message region at beginning of a message"\r
92 -- \r
93 1.7.10\r
94 \r