fixup! t3910: use the UTF8_NFD_TO_NFC test prereq

This commit is contained in:
Junio C Hamano
2012-08-04 15:06:09 -07:00
parent 9877f57494
commit d91d66937e

View File

@@ -9,7 +9,7 @@ test_description='utf-8 decomposed (nfd) converted to precomposed (nfc)'
if ! test_have_prereq UTF8_NFD_TO_NFC
then
skip_all="filesystem does not convert utf-8 nfd to nfc"
skip_all="filesystem does not corrupt utf-8"
test_done
fi