mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-01 13:31:08 -04:00
(gl_FUNC_UTIMES): Use `conftest.utimes' as the test
file name, not `x'. The former will be removed automatically.
This commit is contained in:
+1
-1
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user