Add test case for O_TMPFILE handling in open, openat
authorFlorian Weimer <fweimer@redhat.com>
Wed, 21 Sep 2016 13:24:01 +0000 (15:24 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 21 Sep 2016 13:24:01 +0000 (15:24 +0200)
commit85f7554cd97e7f03d8dc66278653045ef63a2221
treeda312fa82fef22107c11c5d55dbbaf1931918509
parentfc3e1337be1c6935ab58bd13520f97a535cf70cc
Add test case for O_TMPFILE handling in open, openat

Also put xasprintf into test-skeleton.c (written in such a way that
including <stdarg.h> is not needed).
ChangeLog
io/Makefile
io/tst-open-tmpfile.c [new file with mode: 0644]
test-skeleton.c