1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

ctdb-tests: Use CTDB_TEST_TMP_DIR in integration.bash

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2019-09-09 16:13:45 +10:00 committed by Amitay Isaacs
parent 263890b36d
commit e78c1a0ca2

View File

@ -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 ()
{