浏览代码

fix running of stat test on filesystems that dont have noatime set

Mike Frysinger 19 年之前
父节点
当前提交
6abefb6e60
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/stat/Makefile

+ 4 - 0
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