svn commit: trunk/uClibc/test/stat

vapier at uclibc.org vapier at uclibc.org
Wed Feb 22 02:58:08 UTC 2006


Author: vapier
Date: 2006-02-21 18:58:05 -0800 (Tue, 21 Feb 2006)
New Revision: 14180

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

Modified:
   trunk/uClibc/test/stat/Makefile


Changeset:
Modified: trunk/uClibc/test/stat/Makefile
===================================================================
--- trunk/uClibc/test/stat/Makefile	2006-02-22 02:30:41 UTC (rev 14179)
+++ trunk/uClibc/test/stat/Makefile	2006-02-22 02:58:05 UTC (rev 14180)
@@ -10,3 +10,7 @@
 
 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




More information about the uClibc-cvs mailing list