Ditto. ----- >8 --------- >8 --------- >8 --------- >8 --------- >8 ----- Subject: [PATCH] fixup! t/perf/p7519: speed up test on Windows Fix style violation of a shell-function definition introduced by this step, and correct existing ones while at it. Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> --- t/perf/p7519-fsmonitor.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/t/perf/p7519-fsmonitor.sh b/t/perf/p7519-fsmonitor.sh index e70252ed65..9e08fc169a 100755 --- a/t/perf/p7519-fsmonitor.sh +++ b/t/perf/p7519-fsmonitor.sh @@ -73,7 +73,7 @@ then fi fi -trace_start() { +trace_start () { if test -n "$GIT_PERF_7519_TRACE" then name="$1" @@ -92,14 +92,14 @@ trace_start() { fi } -trace_stop() { +trace_stop () { if test -n "$GIT_PERF_7519_TRACE" then unset GIT_TRACE2_PERF fi } -touch_files() { +touch_files () { n=$1 d="$n"_files @@ -142,7 +142,7 @@ test_expect_success "one time repo setup" ' fi ' -setup_for_fsmonitor() { +setup_for_fsmonitor () { # set INTEGRATION_SCRIPT depending on the environment if test -n "$USE_FSMONITOR_DAEMON" then @@ -188,7 +188,7 @@ test_perf_w_drop_caches () { test_perf "$@" } -test_fsmonitor_suite() { +test_fsmonitor_suite () { if test -n "$USE_FSMONITOR_DAEMON" then DESC="builtin fsmonitor--daemon" -- 2.34.1-568-g69e9fd72b5