1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-09 21:53:55 +02:00
Files
coreutils/tests
Pádraig Brady cb2774501d tests: avoid false failure with unicode decomposed file systems
* tests/ls/dired.sh: macOS normalizes unicode characters to decomposed
(NFD) form when storing names in the file system, which breaks the
round-trip comparison employed by the test.  So instead use a character
which does not decompose; verified with:
  echo æ | uconv -f utf8 -t utf8 -x nfd | od -Ax -tx1z
2024-11-24 12:59:42 +00:00
..
2024-11-20 11:11:54 -08:00
2024-09-27 17:42:58 -07:00
2024-08-10 19:30:01 -07:00
2024-07-16 01:54:20 +00:00
2024-05-20 15:15:05 -07:00
2024-08-10 19:30:01 -07:00
2024-11-01 12:49:44 +00:00