]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Use local $ctdb_base instead of $CTDB_BASE
authorMartin Schwenke <martin@meltin.net>
Mon, 23 Sep 2019 06:57:36 +0000 (16:57 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 24 Sep 2019 02:27:29 +0000 (02:27 +0000)
The latter might not be defined in a test.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/simple/90_debug_hung_script.sh

index e8cdefec73494231d39bce7be20fe9c5e7650cb8..af045cf785ec2769f7fb7c6bb20b90c0e6bd0a6f 100755 (executable)
@@ -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\""
 
 ####################