summaryrefslogtreecommitdiff
path: root/modules/openat-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openat-tests')
-rw-r--r--modules/openat-tests6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/openat-tests b/modules/openat-tests
index 461f1d4442..80000333dd 100644
--- a/modules/openat-tests
+++ b/modules/openat-tests
@@ -8,7 +8,6 @@ tests/test-fstatat.c
tests/test-mkdirat.c
tests/test-openat.c
tests/test-unlinkat.c
-tests/test-fchmodat.c
tests/signature.h
tests/macros.h
@@ -23,10 +22,9 @@ configure.ac:
Makefile.am:
TESTS += \
- test-fchmodat test-fstatat test-mkdirat test-openat test-unlinkat
+ test-fstatat test-mkdirat test-openat test-unlinkat
check_PROGRAMS += \
- test-fchmodat test-fstatat test-mkdirat test-openat test-unlinkat
-test_fchmodat_LDADD = $(LDADD) @LIBINTL@
+ test-fstatat test-mkdirat test-openat test-unlinkat
test_fstatat_LDADD = $(LDADD) @LIBINTL@
test_mkdirat_LDADD = $(LDADD) @LIBINTL@
test_openat_LDADD = $(LDADD) @LIBINTL@