From: Martin Schwenke Date: Thu, 3 Aug 2017 11:01:59 +0000 (+1000) Subject: ctdb-tests: Indentation fixups X-Git-Tag: tdb-1.3.15~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b171c090ec9236f1e23d71fdce13656121d21ce6;p=thirdparty%2Fsamba.git ctdb-tests: Indentation fixups The rest of the code in this file now matches the coding guidelines, so clean up the rest. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/scripts/common.sh b/ctdb/tests/scripts/common.sh index 4140da71350..93db417e652 100644 --- a/ctdb/tests/scripts/common.sh +++ b/ctdb/tests/scripts/common.sh @@ -11,7 +11,7 @@ die () # This expands the most probable problem cases like "." and "..". TEST_SUBDIR=$(dirname "$0") if [ $(dirname "$TEST_SUBDIR") = "." ] ; then - TEST_SUBDIR=$(cd "$TEST_SUBDIR" ; pwd) + TEST_SUBDIR=$(cd "$TEST_SUBDIR" ; pwd) fi # If we are running from within the source tree then, depending on the @@ -41,9 +41,9 @@ else fi case "$_test_bin_dir" in - /*) : ;; - *) _test_bin_dir="${PWD}/${_test_bin_dir}" ;; +/*) : ;; +*) _test_bin_dir="${PWD}/${_test_bin_dir}" ;; esac if [ -d "$_test_bin_dir" ] ; then - PATH="${_test_bin_dir}:$PATH" + PATH="${_test_bin_dir}:$PATH" fi