aboutsummaryrefslogtreecommitdiff
path: root/io/tst-open-tmpfile.c
AgeCommit message (Collapse)Author
2016-09-23tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer
The /proc/self/fd approach is expected to work for all users (with and without CAP_DAC_READ_SEARCH).
2016-09-21Add test case for O_TMPFILE handling in open, openatFlorian Weimer
Also put xasprintf into test-skeleton.c (written in such a way that including <stdarg.h> is not needed).