mkdir, mkdirat: add tests
authorEric Blake <ebb9@byu.net>
Tue, 6 Oct 2009 21:43:12 +0000 (15:43 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 7 Oct 2009 13:12:26 +0000 (07:12 -0600)
commitda8f2a565cd9522f2a3a1400e538d1853374aa08
tree03ce351375ec0802a1070b68521e56acfa9a8a7f
parent396ef4ef06e423ba882bbe65ad70ab0b06332a7b
mkdir, mkdirat: add tests

This test exposes failures on cygwin 1.5 and in our mkdirat emulation.

* modules/mkdir-tests: New test.
* tests/test-mkdir.h: New file.
* tests/test-mkdir.c: Likewise.
* tests/test-mkdirat.c: Likewise.
* modules/openat-tests (Files): Add new files.
(Makefile.am): Run new test.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
modules/mkdir-tests [new file with mode: 0644]
modules/openat-tests
tests/test-mkdir.c [new file with mode: 0644]
tests/test-mkdir.h [new file with mode: 0644]
tests/test-mkdirat.c [new file with mode: 0644]