From: David Levine Date: Fri, 8 Jul 2016 14:48:59 +0000 (-0400) Subject: Merge remote-tracking branch 'origin' into xoauth X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/2e04b8ea0e57e411665aa6a8814ff65db0d4cd2b?ds=inline;hp=-c Merge remote-tracking branch 'origin' into xoauth --- 2e04b8ea0e57e411665aa6a8814ff65db0d4cd2b diff --combined test/common.sh.in index 802679a1,fc928134..1bf64c59 --- a/test/common.sh.in +++ b/test/common.sh.in @@@ -6,8 -6,8 +6,9 @@@ #### that they are set here so that individual tests can be run #### outside of make. Requires that MH_OBJ_DIR be set on entry. test -z "$MH_TEST_DIR" && MH_TEST_DIR="$MH_OBJ_DIR/test/testdir" + export MH_TEST_DIR test -z "$MH_INST_DIR" && MH_INST_DIR="${MH_TEST_DIR}/inst" +test -z "$MH_VERSION" && MH_VERSION="@VERSION@" test -z "$prefix" && prefix=@prefix@ test -z "$datarootdir" && datarootdir=@datarootdir@ test -z "$exec_prefix" && exec_prefix=@exec_prefix@ @@@ -22,8 -22,6 +23,8 @@@ test -z "$supported_locks" && support test -z "$default_locking" && default_locking="@default_locking@" test -z "$MULTIBYTE_ENABLED" && MULTIBYTE_ENABLED="@MULTIBYTE_ENABLED@" test -z "$ICONV_ENABLED" && ICONV_ENABLED="@ICONV_ENABLED@" +test -z "$OAUTH_SUPPORT" && OAUTH_SUPPORT="@OAUTH_SUPPORT@" +test -z "$CURL_USER_AGENT" && CURL_USER_AGENT="@CURL_USER_AGENT@" unset MAILDROP MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE unset MHLDEBUG MHPDEBUG MHWDEBUG PAGER