Skip to content

Commit 8292c14

Browse files
committed
Merge branch 'rs/t4202-invert-grep-test-fix'
Test fix. * rs/t4202-invert-grep-test-fix: t4202: fix patternType setting in --invert-grep test
2 parents 88a516a + e6a9bc0 commit 8292c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4202-log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ test_expect_success 'log --invert-grep --grep' '
250250
test_cmp expect actual &&
251251
252252
# POSIX extended
253-
git -c grep.patternType=basic log --pretty="tformat:%s" --invert-grep --grep=t[h] --grep=S[e]c >actual &&
253+
git -c grep.patternType=extended log --pretty="tformat:%s" --invert-grep --grep=t[h] --grep=S[e]c >actual &&
254254
test_cmp expect actual &&
255255
256256
# PCRE

0 commit comments

Comments
 (0)