X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a35869649c469959c9b8e49b055268ae46f2b246..c4c53777458bfcfd288d45b7708e52eb47c56405:/test/common.sh.in?ds=sidebyside diff --git a/test/common.sh.in b/test/common.sh.in index f7624ca8..390f94f9 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -13,9 +13,8 @@ test -z "$auxexecdir" && auxexecdir="@libdir@" test -z "$bindir" && bindir="@bindir@" test -z "$mandir" && mandir="@mandir@" test -z "$sysconfdir" && sysconfdir="@sysconfdir@" -test -z "$pagerpath" && pagerpath="@pagerpath@" test -z "$MULTIBYTE_ENABLED" && MULTIBYTE_ENABLED="@MULTIBYTE_ENABLED@" -export MH_TEST_DIR auxexecdir bindir mandir sysconfdir pagerpath +export MH_TEST_DIR auxexecdir bindir mandir sysconfdir export MULTIBYTE_ENABLED test -z "$MH_INST_DIR" && MH_INST_DIR="${MH_TEST_DIR}/inst"