From: Martin Schwenke Date: Wed, 13 May 2020 04:04:36 +0000 (+1000) Subject: ctdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG X-Git-Tag: talloc-2.3.2~1059 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9694ba6fe4d073c653f49080127ee9efa21a8e9e;p=thirdparty%2Fsamba.git ctdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG This will allow local daemons to be used in more contexts, especially in tests run by Jenkins where the directory names for some targets can be very long. Signed-off-by: Martin Schwenke --- diff --git a/ctdb/tests/local_daemons.sh b/ctdb/tests/local_daemons.sh index 5f8bc3245ac..7a633950a8b 100755 --- a/ctdb/tests/local_daemons.sh +++ b/ctdb/tests/local_daemons.sh @@ -339,6 +339,7 @@ local_daemons_start_socket_wrapper () if [ -d "$_d" ] && [ -f "$_so" ] ; then export SOCKET_WRAPPER_DIR="$_d" export LD_PRELOAD="$_so" + export SOCKET_WRAPPER_DIR_ALLOW_ORIG="1" fi }