From: Martin Schwenke Date: Mon, 9 Sep 2019 06:13:45 +0000 (+1000) Subject: ctdb-tests: Use CTDB_TEST_TMP_DIR in integration.bash X-Git-Tag: talloc-2.3.1~725 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e78c1a0ca2254b533ffa1ab27184e73e79819962;p=thirdparty%2Fsamba.git ctdb-tests: Use CTDB_TEST_TMP_DIR in integration.bash Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash index 966bce4f3f6..3a11ebbc0ce 100644 --- a/ctdb/tests/scripts/integration.bash +++ b/ctdb/tests/scripts/integration.bash @@ -77,7 +77,7 @@ ctdb_test_init () # * Tests should use $outfile for handling large output # * $outfile is removed after each test out="" -outfile="${TEST_VAR_DIR}/try_command_on_node.out" +outfile="${CTDB_TEST_TMP_DIR}/try_command_on_node.out" outfile_cleanup () {