From: Martin Schwenke Date: Mon, 9 Sep 2019 05:01:49 +0000 (+1000) Subject: ctdb-tests: Drop use of array in run_tests() X-Git-Tag: talloc-2.3.1~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384381fbff5ca900af031fb0606a270f572f5b9e;p=thirdparty%2Fsamba.git ctdb-tests: Drop use of array in run_tests() This doesn't accomplish anything. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh index f1795fa9e7b..cc97ac4d993 100755 --- a/ctdb/tests/run_tests.sh +++ b/ctdb/tests/run_tests.sh @@ -224,11 +224,9 @@ run_one_test () run_tests () { - local tests=("$@") - local f - for f in "${tests[@]}" ; do + for f ; do case "$f" in */README|*/README.md) continue