Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 79 / cbb2f74e4908695718594fcf7ebccbd2d327c2
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 C92A7429E2E\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 17:57:08 -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.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 TPbsCh2doPOF for <notmuch@notmuchmail.org>;\r
17         Wed, 16 Nov 2011 17:57:08 -0800 (PST)\r
18 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
19         [209.85.214.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 E94BB429E3E\r
22         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 17:57:01 -0800 (PST)\r
23 Received: by mail-bw0-f53.google.com with SMTP id q10so1456807bka.26\r
24         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 17:57:01 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=qC37T1mi56b1lRIPHtzBDyQEtB78GPcd92dVNvGwIPU=;\r
28         b=wktgJjPX2OCXpR079smPo2mwAXo0v6NLCBaBUFvhQPet+JKVxncRAgwlY5Z/Wd9ySX\r
29         ANpWJxS4Tmhy2QpPDHJhRp0W0Bf2LzUw7l9K6K3fw6GQYYwPM+kppn0ZyRKyXujU7KUp\r
30         L+54oFx7k8M37FKdBUobI2uNXILAMSlhTPlbg=\r
31 Received: by 10.205.127.142 with SMTP id ha14mr23341690bkc.116.1321495021654; \r
32         Wed, 16 Nov 2011 17:57:01 -0800 (PST)\r
33 Received: from localhost ([91.144.186.21])\r
34         by mx.google.com with ESMTPS id dq2sm39498213bkb.11.2011.11.16.17.57.00\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Wed, 16 Nov 2011 17:57:01 -0800 (PST)\r
37 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: [PATCH 7/9] test: declare external dependencies for the tests\r
40 Date: Thu, 17 Nov 2011 05:56:24 +0400\r
41 Message-Id: <1321494986-18998-8-git-send-email-dmitry.kurochkin@gmail.com>\r
42 X-Mailer: git-send-email 1.7.7.2\r
43 In-Reply-To: <1321494986-18998-1-git-send-email-dmitry.kurochkin@gmail.com>\r
44 References: <1321494986-18998-1-git-send-email-dmitry.kurochkin@gmail.com>\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Thu, 17 Nov 2011 01:57:09 -0000\r
58 \r
59 That are: dtach(1), emacs(1), emacsclient(1), gdb(1) and gpg(1).\r
60 ---\r
61  test/test-lib.sh |    7 +++++++\r
62  1 files changed, 7 insertions(+), 0 deletions(-)\r
63 \r
64 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
65 index c11493d..840c86c 100755\r
66 --- a/test/test-lib.sh\r
67 +++ b/test/test-lib.sh\r
68 @@ -1101,20 +1101,27 @@ case $(uname -s) in\r
69         pwd () {\r
70                 builtin pwd -W\r
71         }\r
72         # no POSIX permissions\r
73         # backslashes in pathspec are converted to '/'\r
74         # exec does not inherit the PID\r
75         ;;\r
76  *)\r
77         test_set_prereq POSIXPERM\r
78         test_set_prereq BSLASHPSPEC\r
79         test_set_prereq EXECKEEPSPID\r
80         ;;\r
81  esac\r
82  \r
83  test -z "$NO_PERL" && test_set_prereq PERL\r
84  test -z "$NO_PYTHON" && test_set_prereq PYTHON\r
85  \r
86  # test whether the filesystem supports symbolic links\r
87  ln -s x y 2>/dev/null && test -h y 2>/dev/null && test_set_prereq SYMLINKS\r
88  rm -f y\r
89 +\r
90 +# declare prerequisites for external binaries used in tests\r
91 +test_declare_external_prereq dtach\r
92 +test_declare_external_prereq emacs\r
93 +test_declare_external_prereq emacsclient\r
94 +test_declare_external_prereq gdb\r
95 +test_declare_external_prereq gpg\r
96 -- \r
97 1.7.7.2\r
98 \r