From 903cfa151a16d1722c53829663002ee78670a961 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 26 Nov 2009 18:52:29 +0100 Subject: try to probe if stat.t_mtim.tv_nsec is available Do not treat tv_nsec mismatches as errors on filesystems without support for it. Signed-off-by: Bernhard Reutner-Fischer --- test/time/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/time/Makefile.in') diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 65d814a71..05f73a45d 100644 --- a/test/time/Makefile.in +++ b/test/time/Makefile.in @@ -9,3 +9,4 @@ TESTS_DISABLED += tst-ftime_l endif CFLAGS_tst-strptime2 := -std=c99 +DODIFF_futimens1 := 1 -- cgit v1.2.3