Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5d / d6a0638e24c4462f0da0386fc4e3f7d6ba9f07
1 Return-Path: <too@guru-group.fi>\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 17F36431FBF\r
6         for <notmuch@notmuchmail.org>; Tue,  4 Mar 2014 10:28:03 -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 tests=[none]\r
12         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 5sXqMBcHsu9z for <notmuch@notmuchmail.org>;\r
16         Tue,  4 Mar 2014 10:27:57 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7C266431FBD\r
19         for <notmuch@notmuchmail.org>; Tue,  4 Mar 2014 10:27:57 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 700D710024B; Tue,  4 Mar 2014 20:27:48 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] test: use 'bare' test names in NOTMUCH_SKIP_TESTS\r
25         comparisons\r
26 Date: Tue,  4 Mar 2014 20:27:46 +0200\r
27 Message-Id: <1393957666-9684-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.8.0\r
29 Cc: tomi.ollila@iki.fi\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Tue, 04 Mar 2014 18:28:03 -0000\r
43 \r
44 The 'bare' part of test file name stays constant even when the filename\r
45 prefixes of test scripts are renumbered.\r
46 Also this change makes test skipping behave like documented.\r
47 ---\r
48  test/test-lib.sh | 4 ++--\r
49  1 file changed, 2 insertions(+), 2 deletions(-)\r
50 \r
51 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
52 index a1c0f27..ac6dc77 100644\r
53 --- a/test/test-lib.sh\r
54 +++ b/test/test-lib.sh\r
55 @@ -826,7 +826,7 @@ test_skip () {\r
56         to_skip=\r
57         for skp in $NOTMUCH_SKIP_TESTS\r
58         do\r
59 -               case $this_test.$test_count in\r
60 +               case $this_test_bare.$test_count in\r
61                 $skp)\r
62                         to_skip=t\r
63                 esac\r
64 @@ -1208,7 +1208,7 @@ do\r
65         to_skip=\r
66         for skp in $NOTMUCH_SKIP_TESTS\r
67         do\r
68 -               case "$this_test" in\r
69 +               case "$this_test_bare" in\r
70                 $skp)\r
71                         to_skip=t\r
72                 esac\r
73 -- \r
74 1.8.0\r
75 \r