From: Martin Schwenke Date: Wed, 22 Jul 2020 04:43:31 +0000 (+1000) Subject: Revert "ctdb-tests: Redirect stderr too when checking for shellcheck" X-Git-Tag: talloc-2.3.2~1026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b1cdc7090212c8b2f37b9ba8303439348e00b8;p=thirdparty%2Fsamba.git Revert "ctdb-tests: Redirect stderr too when checking for shellcheck" Fix missing Reviewed-by: tag. This reverts commit 847aa0e367c721944650aa34d67f8073461ae272. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/UNIT/shellcheck/scripts/local.sh b/ctdb/tests/UNIT/shellcheck/scripts/local.sh index c069314b0aa..6bc93fd9146 100644 --- a/ctdb/tests/UNIT/shellcheck/scripts/local.sh +++ b/ctdb/tests/UNIT/shellcheck/scripts/local.sh @@ -11,7 +11,7 @@ define_test () shellcheck_test () { ok_null - if type shellcheck >/dev/null 2>&1 ; then + if type shellcheck >/dev/null ; then # Skip some recent checks: # # SC1090: Can't follow non-constant source. Use a