Skip to content

Commit db9d38d

Browse files
committed
Merge branch 'mt/t0211-typofix' into maint-2.45
Test fix. * mt/t0211-typofix: t/t0211-trace2-perf.sh: fix typo patern -> pattern
2 parents db15f4d + 7150f14 commit db9d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0211-trace2-perf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ have_counter_event () {
233233

234234
pattern="d0|${thread}|${event}||||${category}|name:${name} value:${value}" &&
235235

236-
grep "${patern}" ${file}
236+
grep "${pattern}" ${file}
237237
}
238238

239239
test_expect_success 'global counter test/test1' '

0 commit comments

Comments
 (0)