Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5c / c895aea33ff264aada7d2685e7b4a9404d578a
1 Return-Path: <dme@dme.org>\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 C11F1431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 04:54:10 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 S3nfs73he07L for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jan 2012 04:54:10 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 218C2431FAE\r
21         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 04:54:10 -0800 (PST)\r
22 Received: by werp13 with SMTP id p13so2507773wer.26\r
23         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 04:54:09 -0800 (PST)\r
24 Received: by 10.216.131.234 with SMTP id m84mr7013584wei.24.1326977648980;\r
25         Thu, 19 Jan 2012 04:54:08 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id n3sm65907613wiz.9.2012.01.19.04.54.07\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Thu, 19 Jan 2012 04:54:08 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 2418B9FE3F; Thu, 19 Jan 2012 12:54:05 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 1/3] test: Don't return the result of checking for running\r
36         emacs to the tester.\r
37 Date: Thu, 19 Jan 2012 12:54:01 +0000\r
38 Message-Id: <1326977643-19792-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 In-Reply-To: <yf639bcarcs.fsf@taco2.nixu.fi>\r
41 References: <yf639bcarcs.fsf@taco2.nixu.fi>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Thu, 19 Jan 2012 12:54:10 -0000\r
55 \r
56 ---\r
57  test/test-lib.sh |    2 +-\r
58  1 files changed, 1 insertions(+), 1 deletions(-)\r
59 \r
60 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
61 index d1fbc05..7c9ce24 100644\r
62 --- a/test/test-lib.sh\r
63 +++ b/test/test-lib.sh\r
64 @@ -926,7 +926,7 @@ test_emacs () {\r
65                                 --eval '(orphan-watchdog $$)'" || return\r
66                 EMACS_SERVER="$server_name"\r
67                 # wait until the emacs server is up\r
68 -               until test_emacs '()' 2>/dev/null; do\r
69 +               until test_emacs '()' >/dev/null 2>/dev/null; do\r
70                         sleep 1\r
71                 done\r
72         fi\r
73 -- \r
74 1.7.8.3\r
75 \r