aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-28 11:17:05 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-28 11:17:05 -0700
commiteeec143a372e9f12873d5bb5c0192e8cc4e9df08 (patch)
tree0fa33c6110ff9f8ecb5f8c310bbd70e9802aec05
parent64a74246942199579b00cfe53e7776eb86743665 (diff)
parent7150f140f9c2630378d62d2ee5859bc59d635e93 (diff)
downloadgit-eeec143a372e9f12873d5bb5c0192e8cc4e9df08.tar.gz
Merge branch 'mt/t0211-typofix'
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' '