aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-28 15:53:13 -0700
committerJunio C Hamano <gitster@pobox.com>2024-06-28 15:53:13 -0700
commitdb9d38d9bbde9150829290c67155823f798422f4 (patch)
tree8fb7a2c19839d11b8392d28264b505aa4848ee91
parentdb15f4d7940844b31ed0125808aca85526607f1a (diff)
parent7150f140f9c2630378d62d2ee5859bc59d635e93 (diff)
downloadgit-db9d38d9bbde9150829290c67155823f798422f4.tar.gz
Merge branch 'mt/t0211-typofix' into maint-2.45
Test fix. * mt/t0211-typofix: t/t0211-trace2-perf.sh: fix typo patern -> pattern
-rwxr-xr-xt/t0211-trace2-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0211-trace2-perf.sh b/t/t0211-trace2-perf.sh
index 13ef69b92f..070fe7a5da 100755
--- a/t/t0211-trace2-perf.sh
+++ b/t/t0211-trace2-perf.sh
@@ -233,7 +233,7 @@ have_counter_event () {
pattern="d0|${thread}|${event}||||${category}|name:${name} value:${value}" &&
- grep "${patern}" ${file}
+ grep "${pattern}" ${file}
}
test_expect_success 'global counter test/test1' '