mirror of
https://github.com/git/git.git
synced 2026-03-06 15:29:05 +01:00
Merge branch 'rs/t4202-invert-grep-test-fix' into next
Test fix. * rs/t4202-invert-grep-test-fix: t4202: fix patternType setting in --invert-grep test
This commit is contained in:
@@ -250,7 +250,7 @@ test_expect_success 'log --invert-grep --grep' '
|
||||
test_cmp expect actual &&
|
||||
|
||||
# POSIX extended
|
||||
git -c grep.patternType=basic log --pretty="tformat:%s" --invert-grep --grep=t[h] --grep=S[e]c >actual &&
|
||||
git -c grep.patternType=extended log --pretty="tformat:%s" --invert-grep --grep=t[h] --grep=S[e]c >actual &&
|
||||
test_cmp expect actual &&
|
||||
|
||||
# PCRE
|
||||
|
||||
Reference in New Issue
Block a user