summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-05 22:01:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-01-05 22:01:30 (GMT)
commit8292c148df6808e0a127e5b6163243555e2e05b9 (patch)
tree36eb9e472ae64b156b348c2d26c65031b33ec8ba /t
parent88a516aca03e55f174fc1884250be1d0d3fb9fa8 (diff)
parente6a9bc0c607bd45d46aea922995876c6e3e5aa68 (diff)
downloadgit-8292c148df6808e0a127e5b6163243555e2e05b9.zip
git-8292c148df6808e0a127e5b6163243555e2e05b9.tar.gz
git-8292c148df6808e0a127e5b6163243555e2e05b9.tar.bz2
Merge branch 'rs/t4202-invert-grep-test-fix'
Test fix. * rs/t4202-invert-grep-test-fix: t4202: fix patternType setting in --invert-grep test
Diffstat (limited to 't')
-rwxr-xr-xt/t4202-log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4202-log.sh b/t/t4202-log.sh
index cadb25b..6187b91 100755
--- a/t/t4202-log.sh
+++ b/t/t4202-log.sh
@@ -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