diff options
Diffstat (limited to 'test/unistd/Makefile.in')
-rw-r--r-- | test/unistd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index 24b9a37dd..cfef22e76 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -5,7 +5,7 @@ ifeq ($(UCLIBC_HAS_LFS),) TESTS_DISABLED := tst-preadwrite64 tst-posix_fallocate64 endif ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),) -TESTS_DISABLED := tst-posix_fallocate +TESTS_DISABLED += tst-posix_fallocate endif OPTS_getopt := -abcXXX -9 OPTS_getopt_long := --add XXX --delete YYY --verbose |