]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Use CTDB_TEST_TMP_DIR in integration.bash
authorMartin Schwenke <martin@meltin.net>
Mon, 9 Sep 2019 06:13:45 +0000 (16:13 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 24 Sep 2019 02:27:30 +0000 (02:27 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/scripts/integration.bash

index 966bce4f3f6a401eccc20670fd6a025ef6afbdf1..3a11ebbc0ce6a6fcca03c9725b627ef87d6d5d66 100644 (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 ()
 {