]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_FUNC_UTIMES): Use `conftest.utimes' as the test
authorJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 06:34:38 +0000 (06:34 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 06:34:38 +0000 (06:34 +0000)
file name, not `x'.  The former will be removed automatically.

m4/utimes.m4

index 4ba5bbbb86049279cc8048c1235e55b77bf7f5e3..3b8d945ac25558fc0dd327cf9c4bf1128f5dff93 100644 (file)
@@ -25,7 +25,7 @@ main ()
 {
   static struct timeval timeval[2] = {{9, 10}, {999999, 999999}};
   struct stat sbuf;
-  char const *file = "x";
+  char const *file = "conftest.utimes";
   FILE *f;
 
   exit ( ! ((f = fopen (file, "w"))