[PATCH 8/8] cli: optionally restore message properties from dump file
[notmuch-archives.git] / a5 / 7a48a930d7ee72ea11097616940a748c5c6e0a
1 Return-Path: <too@guru.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 5AAF8431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 30 Dec 2011 08:12:50 -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 aOV2dn-S1U7M for <notmuch@notmuchmail.org>;\r
16         Fri, 30 Dec 2011 08:12:49 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id B15F0431FB6\r
19         for <notmuch@notmuchmail.org>; Fri, 30 Dec 2011 08:12:49 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id B6DAA68055; Fri, 30 Dec 2011 18:12:50 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: <notmuch@notmuchmail.org>\r
24 Subject: [PATCH] test/symbol-hiding: prepend new directory to LD_LIBRARY_PATH\r
25 Date: Fri, 30 Dec 2011 18:12:45 +0200\r
26 Message-Id: <1325261565-28030-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.7.6.1\r
28 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Fri, 30 Dec 2011 16:12:50 -0000\r
42 \r
43 Tester may have set LD_LIBRARY_PATH to find libraries required\r
44 by notmuch. Therefore add $TEST_DIRECTORY/../lib to the beginning\r
45 of current list of library paths in $LD_LIBRARY_PATH before running\r
46 symbol-test.\r
47 ---\r
48  test/symbol-hiding |    2 +-\r
49  1 files changed, 1 insertions(+), 1 deletions(-)\r
50 \r
51 diff --git a/test/symbol-hiding b/test/symbol-hiding\r
52 index 68f0d1b..7fa7b2a 100755\r
53 --- a/test/symbol-hiding\r
54 +++ b/test/symbol-hiding\r
55 @@ -12,7 +12,7 @@ test_description='exception symbol hiding'\r
56  . ./test-lib.sh\r
57  \r
58  run_test(){\r
59 -    result=$(LD_LIBRARY_PATH=$TEST_DIRECTORY/../lib $TEST_DIRECTORY/symbol-test 2>&1)\r
60 +    result=$(LD_LIBRARY_PATH="$TEST_DIRECTORY/../lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" $TEST_DIRECTORY/symbol-test 2>&1)\r
61  }\r
62  \r
63  output="A Xapian exception occurred opening database: Couldn't stat 'fakedb/.notmuch/xapian'\r
64 -- \r
65 1.7.7.4\r
66 \r