(gl_FUNC_UTIMES): Use `conftest.utimes' as the test

file name, not `x'.  The former will be removed automatically.
This commit is contained in:
Jim Meyering
2003-08-15 06:34:38 +00:00
parent 2287875cfd
commit 22ef681cc1
+1 -1
View 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"))