summaryrefslogtreecommitdiffstats
path: root/tests/split/non-utf8.sh
AgeCommit message (Collapse)AuthorLines
2026-04-06tests: split: verify non-UTF-8 bytes are preserved in filenamesSylvestre Ledru-0/+38
* tests/split/non-utf8.sh: New test to ensure that non-UTF-8 bytes in the prefix and --additional-suffix are preserved as-is in output filenames, rather than being replaced by UTF-8 replacement characters. * tests/local.mk: Register new test. https://github.com/uutils/coreutils/pull/11397 https://github.com/coreutils/coreutils/pull/239