diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-15 06:34:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-15 06:34:38 +0000 |
commit | 22ef681cc1bbd1af0cd417fec265d12a21ef7034 (patch) | |
tree | 4668b937020eaf30f54495874f534c38b95ad061 /m4 | |
parent | 2287875cfd7c4a1d009a66717f89e11c5b901a89 (diff) | |
download | coreutils-22ef681cc1bbd1af0cd417fec265d12a21ef7034.tar.xz |
(gl_FUNC_UTIMES): Use `conftest.utimes' as the test
file name, not `x'. The former will be removed automatically.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/utimes.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/utimes.m4 b/m4/utimes.m4 index 4ba5bbbb8..3b8d945ac 100644 --- a/m4/utimes.m4 +++ b/m4/utimes.m4 @@ -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")) |