summaryrefslogtreecommitdiff
path: root/ctdb/tests
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2018-05-10 17:36:04 +1000
committerAmitay Isaacs <amitay@samba.org>2018-11-06 07:16:14 +0100
commit82e589e3883d861ae74c104d0226feed4593c47c (patch)
tree644695eeb27d3ee8e553f4105d26e277036c60cb /ctdb/tests
parentd75fa2c3fd7150b35c0a2ca646e83e947605166c (diff)
downloadsamba-82e589e3883d861ae74c104d0226feed4593c47c.tar.gz
ctdb-tests: Drop setting of CTDB_SOCKET and CTDB_PIDFILE
The local daemons ssh stub doesn't need to do this because the ctdbd and the ctdb tool now only need CTDB_TEST_MODE and CTDB_BASE for local daemon tests. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/tests')
-rwxr-xr-xctdb/tests/simple/scripts/ssh_local_daemons.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/tests/simple/scripts/ssh_local_daemons.sh b/ctdb/tests/simple/scripts/ssh_local_daemons.sh
index 84a5124eaea..6defd99795b 100755
--- a/ctdb/tests/simple/scripts/ssh_local_daemons.sh
+++ b/ctdb/tests/simple/scripts/ssh_local_daemons.sh
@@ -41,9 +41,6 @@ if [ -z "$CTDB_BASE" ] ; then
exit 1
fi
-export CTDB_SOCKET="${CTDB_BASE}/run/ctdbd.socket"
-export CTDB_PIDFILE="${CTDB_BASE}/run/ctdbd.pid"
-
if $close_stdin ; then
exec sh -c "$command" <&-
else