From 7598eeaa1defa2884adaa890bb115c493d69cc35 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 23 Feb 2013 07:39:41 +0100 Subject: test: cater for config Signed-off-by: Bernhard Reutner-Fischer --- test/misc/Makefile.in | 1 + test/misc/tst-statfs.c | 2 -- test/misc/tst-statvfs.c | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'test/misc') diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in index 9b74d222a..52a3e7164 100644 --- a/test/misc/Makefile.in +++ b/test/misc/Makefile.in @@ -4,6 +4,7 @@ TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob ifeq ($(UCLIBC_HAS_LFS),) TESTS_DISABLED += dirent64 +TESTS_DISABLED += tst-statfs # assuming host has LFS on endif CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 diff --git a/test/misc/tst-statfs.c b/test/misc/tst-statfs.c index 44ab3aa77..b8b4229ba 100644 --- a/test/misc/tst-statfs.c +++ b/test/misc/tst-statfs.c @@ -1,5 +1,3 @@ -#define _FILE_OFFSET_BITS 64 - #include #include #include diff --git a/test/misc/tst-statvfs.c b/test/misc/tst-statvfs.c index c1e8fde4e..4b67719e9 100644 --- a/test/misc/tst-statvfs.c +++ b/test/misc/tst-statvfs.c @@ -1,5 +1,3 @@ -#define _FILE_OFFSET_BITS 64 - #include #include #include -- cgit v1.2.3