mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
This test failed to compile on mingw, which lacks ENOTSUP. Furthermore, it wasn't testing POSIX behavior on invalid fds. * modules/fsync-tests (Depends-on): Add errno, for mingw. * tests/test-fsync.c (main): Enhance test. Signed-off-by: Eric Blake <eblake@redhat.com>
14 lines
156 B
Plaintext
14 lines
156 B
Plaintext
Files:
|
|
tests/test-fsync.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
errno
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-fsync
|
|
check_PROGRAMS += test-fsync
|