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:
parent
cb2e458a19
commit
a085ac4d92
@ -13,6 +13,7 @@ missing !PCRE
|
||||
missing !PTHREADS
|
||||
missing RFC1991
|
||||
missing TAR_NEEDS_PAX_FALLBACK
|
||||
missing UTF8_NFD_TO_NFC
|
||||
skipping case insensitive tests
|
||||
skipping git p4 tests
|
||||
skipping remote-svn tests, python not available
|
||||
|
Loading…
Reference in New Issue
Block a user