1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/file-has-acl-tests
Bruno Haible c731f33152 file-has-acl tests: Avoid test failure on Cygwin.
* modules/file-has-acl-tests (Makefile.am): Add host_os to the
TESTS_ENVIRONMENT.
* tests/test-file-has-acl-2.sh: On Cygwin, skip this test.
2025-06-09 12:51:14 +02:00

23 lines
470 B
Plaintext

Files:
tests/test-file-has-acl.sh
tests/test-file-has-acl-1.sh
tests/test-file-has-acl-2.sh
tests/test-file-has-acl.c
tests/macros.h
Depends-on:
unistd-h
test-framework-sh
configure.ac:
AC_CHECK_DECLS_ONCE([alarm])
Makefile.am:
TESTS += \
test-file-has-acl.sh test-file-has-acl-1.sh test-file-has-acl-2.sh
TESTS_ENVIRONMENT += \
USE_ACL=$(USE_ACL) \
host_os='@host_os@'
check_PROGRAMS += test-file-has-acl
test_file_has_acl_LDADD = $(LDADD) $(FILE_HAS_ACL_LIB)