summaryrefslogtreecommitdiffstats
path: root/tests/mktemp
AgeCommit message (Collapse)AuthorLines
2026-03-03tests: mktemp: ensure mktemp does not depend on getrandom and ASLRoech3-0/+33
* tests/mktemp/mktemp-misc.sh: Add new test. * tests/local.mk: Reference new test. https://github.com/coreutils/coreutils/pull/206
2026-01-25tests: mktemp: export LC_ALLCollin Funk-0/+1
* tests/mktemp/bad-unicode.sh: Run this test case using multiple locales.
2026-01-06maint: organize mktemp tests in a subdirectoryCollin Funk-0/+206
* tests/misc/mktemp.pl: Moved to tests/mktemp/mktemp.pl. * tests/local.mk (all_tests): Adjust the file name.
2026-01-06tests: mktemp: add tests for invalid Unicode optionsCollin Funk-0/+50
* init.cfg (bad_unicode): New function, copied from tests/fold/fold-characters.sh with the NUL removed. * tests/fold/fold-characters.sh (bad_unicode): Rename to bad_unicode_with_nul. Reformat long line. * tests/mktemp/bad-unicode.sh: New test. * tests/local.mk (all_tests): Add the new test.