OSDN Git Service

test: disable posix_fallocate64 for small embedded systems
authorWaldemar Brodkorb <wbx@openadk.org>
Mon, 1 Sep 2014 19:02:19 +0000 (21:02 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Sat, 20 Sep 2014 19:58:46 +0000 (21:58 +0200)
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
test/unistd/Makefile.in

index ed33d9a..c884a39 100644 (file)
@@ -25,6 +25,8 @@ else
 # reordering is not supported, behaves as if POSIXLY_CORRECT would be set
 OPTS_tstgetopt   := -a -b -cfoobar --required foobar --optional=bazbug --none --colou --color --colour random
 endif
+# for embedded systems 4 GB disk space is not available
+TESTS_DISABLED += tst-posix_fallocate64
 
 # getconf.c lives in utils/
 # Testsuite cannot currently be built with O= anyway, so hardcode path here