mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
Merge branch 'mt/t0211-typofix'
Test fix. * mt/t0211-typofix: t/t0211-trace2-perf.sh: fix typo patern -> pattern
This commit is contained in:
commit
eeec143a37
1 changed files with 1 additions and 1 deletions
|
@ -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' '
|
||||
|
|
Loading…
Reference in a new issue