mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-12 15:06:44 +02:00
* tests/ln/non-utf8-src.sh: New test ensuring ln handles source filenames containing non-UTF-8 bytes when linking into a target directory, for both hard links and symbolic links with -t. * tests/local.mk: Register the new test. https://github.com/uutils/coreutils/pull/11403 https://github.com/coreutils/coreutils/pull/240