From a085ac4d92464d1afcb3f9e679668ba8812c8479 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 9 Mar 2021 15:59:32 -0500 Subject: [PATCH] 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. --- git.skip-test-patterns | 1 + 1 file changed, 1 insertion(+) diff --git a/git.skip-test-patterns b/git.skip-test-patterns index f80cadf..28a66b8 100644 --- a/git.skip-test-patterns +++ b/git.skip-test-patterns @@ -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