]> diplodocus.org Git - nmh/commitdiff
Added showmimeproc to test/common.sh.in so that test-show will test
authorDavid Levine <levinedl@acm.org>
Fri, 13 Feb 2015 02:22:32 +0000 (20:22 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 13 Feb 2015 02:22:32 +0000 (20:22 -0600)
it in the workspace, not the user's installation.  Also added all of
the other procs defined in config/config.c that are currently unused,
just in case they some day are.

test/common.sh.in
test/mhparam/test-mhparam

index dc7bc1dcc0f94c51dfa2c7d7336ff540b51d3151..aa1e8455b433230b4fbde42e14ead072d0b69e95 100644 (file)
@@ -292,7 +292,16 @@ mhbuild: -nocontentid
 mhlproc: ${MH_LIBEXEC_DIR}/mhl
 moreproc: cat
 postproc: ${MH_LIBEXEC_DIR}/post
 mhlproc: ${MH_LIBEXEC_DIR}/mhl
 moreproc: cat
 postproc: ${MH_LIBEXEC_DIR}/post
+showmimeproc: ${MH_INST_DIR}${bindir}/mhshow
 showproc: ${MH_LIBEXEC_DIR}/mhl
 showproc: ${MH_LIBEXEC_DIR}/mhl
+#: The following aren't currently used by the test suite, but are
+#: defined here in case they are in the future:
+mailproc: ${MH_INST_DIR}${bindir}/mhmail
+rcvstoreproc: ${MH_LIBEXEC_DIR}/rcvstore
+sendproc: ${MH_INST_DIR}${bindir}/send
+whatnowproc: ${MH_INST_DIR}${bindir}/whatnow
+whomproc: ${MH_INST_DIR}${bindir}/whom
+#: incproc and packproc are defined in config.c but not used by any code.
 EOF
 
   if test -z '@nmhetcdirinst@'; then
 EOF
 
   if test -z '@nmhetcdirinst@'; then
index 8a48b8de264227c587a10258866a9b8cadbbc95a..29dd11f3a4a15b8ec8401820b410d694133f5b82 100755 (executable)
@@ -84,18 +84,18 @@ $MH_INST_DIR$bindir/refile
 700
 $bindir/inc
 more
 700
 $bindir/inc
 more
-$bindir/mhmail
+$MH_INST_DIR$bindir/mhmail
 $MH_INST_DIR$nmhlibexecdir/mhl
 cat
 600
 $bindir/packf
 $MH_INST_DIR$nmhlibexecdir/post
 $MH_INST_DIR$nmhlibexecdir/mhl
 cat
 600
 $bindir/packf
 $MH_INST_DIR$nmhlibexecdir/post
-$bindir/send
-$bindir/mhshow
+$MH_INST_DIR$bindir/send
+$MH_INST_DIR$bindir/mhshow
 $MH_INST_DIR$nmhlibexecdir/mhl
 nmh-`cat ${srcdir}/VERSION`
 $MH_INST_DIR$nmhlibexecdir/mhl
 nmh-`cat ${srcdir}/VERSION`
-$bindir/whatnow
-$bindir/whom
+$MH_INST_DIR$bindir/whatnow
+$MH_INST_DIR$bindir/whom
 $nmhetcdirinst
 $MH_LIBEXEC_DIR
 fcntl
 $nmhetcdirinst
 $MH_LIBEXEC_DIR
 fcntl