From: Martin Schwenke Date: Wed, 7 Feb 2018 02:25:58 +0000 (+1100) Subject: ctdb-tests: Drop unneccessary unset of variable X-Git-Tag: talloc-2.1.12~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5537b36817925cb00ef142d5c7a17f5336133eed;p=thirdparty%2Fsamba.git ctdb-tests: Drop unneccessary unset of variable The comment is incorrect. This is only set when running simple tests on local daemons. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/onnode/scripts/local.sh b/ctdb/tests/onnode/scripts/local.sh index b9f4f0ada4e..aa199952529 100644 --- a/ctdb/tests/onnode/scripts/local.sh +++ b/ctdb/tests/onnode/scripts/local.sh @@ -1,8 +1,5 @@ # Hey Emacs, this is a -*- shell-script -*- !!! :-) -# Set indirectly by run_tests at top level. -unset CTDB_NODES_SOCKETS - # Default to just "onnode". : ${ONNODE:=onnode}