add 'missing UTF8_NFD_TO_NFC' to git.skip-test-patterns

The UTF8_NFD_TO_NFC prereq was added to t0021-conversion and
t2006-checkout-index-basic in upstream commit 684dd4c2b4 (checkout: fix
bug that makes checkout follow symlinks in leading path, 2020-12-10), to
test the fixes for CVE-2021-21300.

Fedora's supported systems do not appear to "convert decomposed utf-8
(nfd) to precomposed utf-8 (nfc)" which is what the prereq covers.

Ignore the skipped tests which use the UTF8_NFD_TO_NFC prereq when
looking for missing test dependencies and/or incorrectly skipped tests.
This commit is contained in:
Todd Zullinger 2021-03-09 15:59:32 -05:00
parent cb2e458a19
commit a085ac4d92

View File

@ -13,6 +13,7 @@ missing !PCRE
missing !PTHREADS missing !PTHREADS
missing RFC1991 missing RFC1991
missing TAR_NEEDS_PAX_FALLBACK missing TAR_NEEDS_PAX_FALLBACK
missing UTF8_NFD_TO_NFC
skipping case insensitive tests skipping case insensitive tests
skipping git p4 tests skipping git p4 tests
skipping remote-svn tests, python not available skipping remote-svn tests, python not available