From: Martin Schwenke Date: Mon, 23 Sep 2019 06:57:36 +0000 (+1000) Subject: ctdb-tests: Use local $ctdb_base instead of $CTDB_BASE X-Git-Tag: talloc-2.3.1~737 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae1e8002b09f0035712df236f4b5efc85d7ad1d6;p=thirdparty%2Fsamba.git ctdb-tests: Use local $ctdb_base instead of $CTDB_BASE The latter might not be defined in a test. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/simple/90_debug_hung_script.sh b/ctdb/tests/simple/90_debug_hung_script.sh index e8cdefec734..af045cf785e 100755 --- a/ctdb/tests/simple/90_debug_hung_script.sh +++ b/ctdb/tests/simple/90_debug_hung_script.sh @@ -46,7 +46,7 @@ try_command_on_node -i $test_node tee "$script_options" <<<"\ CTDB_RUN_TIMEOUT_MONITOR=yes CTDB_DEBUG_HUNG_SCRIPT_LOGFILE=\"$debug_output\" CTDB_DEBUG_HUNG_SCRIPT_STACKPAT='exportfs|rpcinfo|sleep' -CTDB_SCRIPT_VARDIR=\"$CTDB_BASE\"" +CTDB_SCRIPT_VARDIR=\"$ctdb_base\"" ####################