From b198de03dce559decc25fd3ba65ee457fe6cb0ef Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 5 Aug 2019 10:21:16 +1000 Subject: ctdb-tests: Avoid shellcheck warning SC2230 SC2230 which is non-standard... Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/tests') diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh index 73523628c79..faaac10ad61 100755 --- a/ctdb/tests/run_tests.sh +++ b/ctdb/tests/run_tests.sh @@ -155,7 +155,7 @@ tests_passed=0 tests_failed=0 summary="" -if ! which mktemp >/dev/null 2>&1 ; then +if ! type mktemp >/dev/null 2>&1 ; then # Not perfect, but it will do... mktemp () { -- cgit v1.2.1