From e194fdf11df779597e19039a67454e9b42a77ef0 Mon Sep 17 00:00:00 2001 From: David Levine Date: Fri, 15 Jun 2012 20:53:03 -0500 Subject: [PATCH] Added nmh lib directory to PATH in setup_test (). This is necessary with "make distcheck" for scripts to access the lib directory that it installs for testing. (The distcheck target does not configure them; they retain their build configuration.) If we ever add a test for etc/sendfiles, we'll have to deal with its configured %libdir%. --- test/common.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common.sh.in b/test/common.sh.in index 39abf67..54f3b8e 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -135,7 +135,7 @@ setup_test () { MH=${MH_TEST_DIR}/Mail/.mh_profile MHMTSCONF=${MH_INST_DIR}${sysconfdir}/mts.conf - PATH=${MH_INST_DIR}${bindir}:${PATH} + PATH=${MH_INST_DIR}${bindir}:${MH_INST_DIR}${auxexecdir}:${PATH} MH_LIB_DIR=${MH_INST_DIR}${auxexecdir} export MH MHMTSCONF MH_LIB_DIR PATH -- 1.7.10.4