diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 02:58:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-22 02:58:05 +0000 |
commit | 6abefb6e609a26de285609a20c21d63d0cda6c9b (patch) | |
tree | 8275384dc8748477a2dce97907d613b77e93f143 /test/stat/Makefile | |
parent | 78d8691d65f45f53a665050c01d1accb0adfa471 (diff) |
fix running of stat test on filesystems that dont have noatime set
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r-- | test/stat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |