diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-23 07:39:41 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-03-14 22:49:25 +0100 |
commit | 7598eeaa1defa2884adaa890bb115c493d69cc35 (patch) | |
tree | 7105d70a9a91a147503b7b85de9a1efa60626ff5 /test/unistd | |
parent | 36a30632a5fd6dbeae9346af7a946dcea490d796 (diff) |
test: cater for config
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/unistd')
-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 |