diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-06-28 15:53:13 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-06-28 15:53:13 -0700 |
| commit | db9d38d9bbde9150829290c67155823f798422f4 (patch) | |
| tree | 8fb7a2c19839d11b8392d28264b505aa4848ee91 | |
| parent | db15f4d7940844b31ed0125808aca85526607f1a (diff) | |
| parent | 7150f140f9c2630378d62d2ee5859bc59d635e93 (diff) | |
| download | git-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-x | t/t0211-trace2-perf.sh | 2 |
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' ' |
