]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/t4210-illseq-auto-detect'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:27 +0000 (18:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:27 +0000 (18:06 -0700)
As FreeBSD is not the only platform whose regexp library reports
a REG_ILLSEQ error when fed invalid UTF-8, add logic to detect that
automatically and skip the affected tests.

* cb/t4210-illseq-auto-detect:
  t4210: detect REG_ILLSEQ dynamically and skip affected tests
  t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)

1  2 
t/test-lib.sh

diff --cc t/test-lib.sh
Simple merge