Switch to using the "inst" version of mhl for tests.
authorKen Hornstein <kenh@pobox.com>
Sat, 11 Feb 2012 04:22:12 +0000 (23:22 -0500)
committerKen Hornstein <kenh@pobox.com>
Sat, 11 Feb 2012 04:22:12 +0000 (23:22 -0500)
Makefile.am
test/common.sh.in

index e2aa952..84bf58f 100644 (file)
@@ -37,7 +37,7 @@ auxexecdir = @libdir@
 TESTS_ENVIRONMENT = MH_TEST_DIR=`pwd`/test/testdir \
                    MH_TEST_COMMON=`pwd`/test/common.sh \
                    MH_OBJ_DIR=`pwd` mandir=$(mandir) bindir=$(bindir) \
-                   sysconfdir=$(sysconfdir)
+                   sysconfdir=$(sysconfdir) auxexecdir=$(auxexecdir)
 ##
 ## Important note: the "cleanup" test should always be last
 ##
index 4c7089c..adcb685 100644 (file)
@@ -84,7 +84,7 @@ setup_test ()
   mkdir $MH_TEST_DIR/Mail || exit 1
   cat > $MH <<EOF || exit 1
 Path: ${MH_TEST_DIR}/Mail
-mhlproc: ${MH_OBJ_DIR}/uip/mhl
+mhlproc: ${MH_INST_DIR}${auxexecdir}/mhl
 EOF
 
   for f in MailAliases components digestcomps distcomps forwcomps mhl.body \