t7527: test Unicode NFC/NFD handling on MacOS
commiteb299010eee63b5a069d82836efb38969ffd4109
authorJeff Hostetler <jeffhost@microsoft.com>
Thu, 26 May 2022 21:47:22 +0000 (26 21:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2022 22:59:28 +0000 (26 15:59 -0700)
tree7e9273a581db038fbe2c818beb9121db26dbeea0
parent00991e1013750130bbe4b4ac81279d6997935236
t7527: test Unicode NFC/NFD handling on MacOS

Confirm that the daemon reports events using the on-disk
spelling for Unicode NFC/NFD characters.  On APFS we still
have Unicode aliasing, so we cannot create two files that
only differ by NFC/NFD, but the on-disk format preserves
the spelling used to create the file.  On HFS+ we also
have aliasing, but the path is always stored on disk in
NFD.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7527-builtin-fsmonitor.sh