]> git.marmaro.de Git - mmh/commitdiff
Unset PAGER in test/common.sh so that make distcheck passes.
authorDavid Levine <levinedl@acm.org>
Tue, 16 Oct 2012 19:53:04 +0000 (14:53 -0500)
committerDavid Levine <levinedl@acm.org>
Tue, 16 Oct 2012 19:53:04 +0000 (14:53 -0500)
test/common.sh.in

index bd33d25b1ef90af752ab122e417a618da9e3c220..da526de5e827f1688978ed9f491bfc6a0833a5a1 100644 (file)
@@ -22,7 +22,7 @@ test -z "$MH_INST_DIR"  &&  MH_INST_DIR="${MH_TEST_DIR}/inst"
 export MH_INST_DIR
 
 unset MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE MHTMPDIR
-unset MHLDEBUG MHPDEBUG MHWDEBUG MM_CHARSET
+unset MHLDEBUG MHPDEBUG MHWDEBUG MM_CHARSET PAGER
 
 output_md5()
 {