diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-05 14:01:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-05 14:01:30 -0800 |
commit | 8292c148df6808e0a127e5b6163243555e2e05b9 (patch) | |
tree | 36eb9e472ae64b156b348c2d26c65031b33ec8ba /t | |
parent | Merge branch 'ds/repack-fixlets' (diff) | |
parent | t4202: fix patternType setting in --invert-grep test (diff) | |
download | tgif-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-x | t/t4202-log.sh | 2 |
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 |