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
parentMerge branch 'dg/fetch-pack-code-cleanup' into maint-2.45 (diff)
parentt/t0211-trace2-perf.sh: fix typo patern -> pattern (diff)
downloadgit-db9d38d9bbde9150829290c67155823f798422f4.tar.gz
git-db9d38d9bbde9150829290c67155823f798422f4.zip
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' '