From 6abefb6e609a26de285609a20c21d63d0cda6c9b Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Wed, 22 Feb 2006 02:58:05 +0000
Subject: fix running of stat test on filesystems that dont have noatime set

---
 test/stat/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'test/stat/Makefile')

diff --git a/test/stat/Makefile b/test/stat/Makefile
index 73ec81b52..55e273a7c 100644
--- a/test/stat/Makefile
+++ b/test/stat/Makefile
@@ -10,3 +10,7 @@ DODIFF_stat64 := 1
 
 OPTS_stat   := stat.c
 OPTS_stat64 := stat64.c
+
+# make sure the change in atime doesn't screw us up
+WRAPPER_stat   := touch -r . stat.c
+WRAPPER_stat64 := touch -r . stat64.c
-- 
cgit v1.2.3