summaryrefslogtreecommitdiffstats
path: root/tests/dd/conv-case.sh
AgeCommit message (Collapse)AuthorLines
2026-01-01maint: run 'make update-copyright'Collin Funk-1/+1
2025-12-08tests: fix non-portable use of printf '\x..'Pádraig Brady-2/+2
* tests/dd/conv-case.sh: Use octal instead. * tests/ls/hyperlink.sh: Likewise. * tests/sort/sort-locale.sh: Likewise.
2025-11-14tests: dd: add tests for conv=lcase and conv=ucaseCollin Funk-0/+57
* tests/dd/conv-case.sh: New test. * tests/local.mk (all_tests): Add it.