[PATCH 04/10] Test against man pages in our source dir, not installed ones.

Subject: [PATCH 04/10] Test against man pages in our source dir, not installed ones.

Date: Fri, 25 May 2012 09:43:25 -0400

To: notmuch@notmuchmail.org

Cc:

From: Mike Kelly


---
 test/help-test |    1 +
 1 file changed, 1 insertion(+)

diff --git a/test/help-test b/test/help-test
index 9f4b9c7..f309a24 100755
--- a/test/help-test
+++ b/test/help-test
@@ -3,6 +3,7 @@
 test_description="online help"
 . test-lib.sh
 
+export MANPATH="../../man"
 test_expect_success 'notmuch --help' 'notmuch --help'
 test_expect_success 'notmuch --help tag' 'notmuch --help tag'
 test_expect_success 'notmuch help' 'notmuch help'
-- 
1.7.10.2


Thread: