summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2022-01-05 14:01:30 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-01-05 14:01:30 -0800
commit8292c148df6808e0a127e5b6163243555e2e05b9 (patch)
tree36eb9e472ae64b156b348c2d26c65031b33ec8ba /t
parentMerge branch 'ds/repack-fixlets' (diff)
parentt4202: fix patternType setting in --invert-grep test (diff)
downloadtgif-8292c148df6808e0a127e5b6163243555e2e05b9.tar.xz
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 cadb25b8f5..6187b91f9f 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