test-fcntl-safer: split from test-open
authorEric Blake <ebb9@byu.net>
Fri, 21 Aug 2009 13:18:10 +0000 (07:18 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 21 Aug 2009 13:18:10 +0000 (07:18 -0600)
commit45b8409ffe3828d32d20281f1038816573e753df
tree0e49b34d80d1f5a74616cdaf2a7f4b89eb80bd5a
parent41fc74b9ab67321453d103d056a6e8eb8897042a
test-fcntl-safer: split from test-open

* tests/test-open.c (main): Move...
* tests/test-open.h: ...into new file.
* tests/test-fcntl-safer.c: New file.
* modules/open-tests (Files): Add test-open.h.
* modules/fcntl-safer-tests: New file.
Suggested by Bruno Haible.

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