From: Martin Schwenke Date: Sat, 29 Feb 2020 09:53:28 +0000 (+1100) Subject: ctdb-tests: Silence a ShellCheck warning X-Git-Tag: ldb-2.2.0~1536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e72fbdde001cf384ded080ec8304a550440b3a9;p=thirdparty%2Fsamba.git ctdb-tests: Silence a ShellCheck warning Signed-off-by: Martin Schwenke Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Sat Feb 29 11:53:42 UTC 2020 on sn-devel-184 --- diff --git a/ctdb/tests/local_daemons.sh b/ctdb/tests/local_daemons.sh index 6724cdb3b71..5f8bc3245ac 100755 --- a/ctdb/tests/local_daemons.sh +++ b/ctdb/tests/local_daemons.sh @@ -449,8 +449,9 @@ local_daemons_tail_log () onnode_common - # shellcheck disable=SC2016 + # shellcheck disable=SC2016,SC2046 # $CTDB_BASE must only be expanded under onnode, not in top-level shell + # Intentional word splitting to separate log filenames tail -f $(onnode -q "$_nodes" 'echo ${CTDB_BASE}/log.ctdb') }