Reply all - issue
[notmuch-archives.git] / 8f / 6acff5e3a3abb02caf0c02aec4d4f6969bd483
1 Return-Path: <pieter@praet.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 81BC8429E54\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:28: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 IAau8TlMg1Xa for <notmuch@notmuchmail.org>;\r
16         Sun, 22 Jan 2012 20:28:10 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  E8248429E40    for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:28:09 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so2216434wgb.2\r
23         for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:28:08 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.180.81.66 with SMTP id y2mr10551415wix.20.1327292888668;\r
26         Sun, 22 Jan 2012 20:28:08 -0800 (PST)\r
27 Received: from localhost ([109.131.95.182])\r
28         by mx.google.com with ESMTPS id n5sm17955662wiw.7.2012.01.22.20.28.07\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Sun, 22 Jan 2012 20:28:08 -0800 (PST)\r
31 From: Pieter Praet <pieter@praet.org>\r
32 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
33 Subject: [PATCH] test/emacs-large-search-buffer: correct typo (EXPEXTED ->\r
34         EXPECTED)\r
35 Date: Mon, 23 Jan 2012 05:26:10 +0100\r
36 Message-Id: <1327292770-9528-1-git-send-email-pieter@praet.org>\r
37 X-Mailer: git-send-email 1.7.8.1\r
38 In-Reply-To: <1309236311-2162-5-git-send-email-dmitry.kurochkin@gmail.com>\r
39 References: <1309236311-2162-5-git-send-email-dmitry.kurochkin@gmail.com>\r
40 X-Gm-Message-State:\r
41  ALoCoQlw19WkkIz3l4j1aE/SPJnDJ4xF5Vh3+DR4wJO7UeMbhOwr1b3/jLnTNgbCMSvDabrnahxZ\r
42 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Mon, 23 Jan 2012 04:28:10 -0000\r
56 \r
57 introduced in commit 3b24b396\r
58 ---\r
59  test/emacs-large-search-buffer |   12 ++++++------\r
60  1 files changed, 6 insertions(+), 6 deletions(-)\r
61 \r
62 diff --git a/test/emacs-large-search-buffer b/test/emacs-large-search-buffer\r
63 index 6095e9d..4351e33 100755\r
64 --- a/test/emacs-large-search-buffer\r
65 +++ b/test/emacs-large-search-buffer\r
66 @@ -19,25 +19,25 @@ done\r
67  notmuch new > /dev/null\r
68  \r
69  test_begin_subtest "Ensure that emacs doesn't drop results"\r
70 -notmuch search '*' > EXPEXTED\r
71 -sed -i -e 's/^thread:[0-9a-f]*  //' -e 's/;//' -e 's/xx*/[BLOB]/' EXPEXTED\r
72 -echo 'End of search results.' >> EXPEXTED\r
73 +notmuch search '*' > EXPECTED\r
74 +sed -i -e 's/^thread:[0-9a-f]*  //' -e 's/;//' -e 's/xx*/[BLOB]/' EXPECTED\r
75 +echo 'End of search results.' >> EXPECTED\r
76  \r
77  test_emacs '(notmuch-search "*")\r
78             (notmuch-test-wait)\r
79             (test-output)'\r
80  sed -i -e s',  *, ,g' -e 's/xxx*/[BLOB]/g' OUTPUT\r
81 -test_expect_equal_file OUTPUT EXPEXTED\r
82 +test_expect_equal_file OUTPUT EXPECTED\r
83  \r
84  test_begin_subtest "Ensure that emacs doesn't drop error messages"\r
85  test_emacs '(notmuch-search "--this-option-does-not-exist")\r
86             (notmuch-test-wait)\r
87             (test-output)'\r
88 -cat <<EOF >EXPEXTED\r
89 +cat <<EOF >EXPECTED\r
90  Error: Unexpected output from notmuch search:\r
91  Unrecognized option: --this-option-does-not-exist\r
92  End of search results. (process returned 1)\r
93  EOF\r
94 -test_expect_equal_file OUTPUT EXPEXTED\r
95 +test_expect_equal_file OUTPUT EXPECTED\r
96  \r
97  test_done\r
98 -- \r
99 1.7.8.1\r
100 \r