diff options
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 |