diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-01 21:02:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-20 21:58:46 +0200 |
commit | 83c3ccb1896108c68502ec30193513e586022b5f (patch) | |
tree | e8d56e69c4d02aa838815578995e06e4567f362f /test | |
parent | 29a99d6bf4361f2ff116236ed996e36b17020782 (diff) |
test: disable posix_fallocate64 for small embedded systems
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/unistd/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index ed33d9ae8..c884a391e 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -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 |