aboutsummaryrefslogtreecommitdiff
path: root/misc/tst-mkstemp-fuse-parallel.c
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-09-21misc: FUSE-based tests for mkstempFlorian Weimer1-0/+219
The tests check that O_EXCL is used properly, that 0600 is used as the mode, that the characters used are as expected, and that the distribution of names generated is reasonably random. The tests run very slowly on some kernel versions, so make them xtests. Reviewed-by: DJ Delorie <dj@redhat.com>