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

ctdb-tests: Remove export of CTDB_SOCKET

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2018-05-10 16:48:31 +10:00 committed by Amitay Isaacs
parent d246b1dadf
commit 4f4a835c34
2 changed files with 0 additions and 2 deletions

View File

@ -55,7 +55,6 @@ setup_ctdbd ()
$VALGRIND fake_ctdbd -d "$FAKE_CTDBD_DEBUGLEVEL" \
-s "$ctdbd_socket" -p "$ctdbd_pidfile" \
-D "$ctdbd_dbdir"
export CTDB_SOCKET="$ctdbd_socket"
# This current translates to a 6 second timeout for the
# important controls
ctdb setvar TakeoverTimeout 2

View File

@ -26,7 +26,6 @@ define_test ()
ctdb.*)
_cmd="${_f#ctdb.}"
_cmd="${_cmd%.*}" # Strip test number
export CTDB_SOCKET="$ctdbd_socket"
export CTDB="ctdb"
export CTDB_DEBUGLEVEL=NOTICE
if [ -z "$FAKE_CTDBD_DEBUGLEVEL" ] ; then