diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-26 18:52:29 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-26 19:00:35 +0100 |
commit | 903cfa151a16d1722c53829663002ee78670a961 (patch) | |
tree | 2523e0cafffd3ca6d33a2bd988e51a24cc3bb248 /test/time/Makefile.in | |
parent | e5e2672ada188e1287702a00cfacdda06be08c11 (diff) |
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 <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/time/Makefile.in')
-rw-r--r-- | test/time/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |