summaryrefslogtreecommitdiff
path: root/tests/tools.at
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-16 17:16:14 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-16 17:16:57 -0700
commit9a2f2467b4c20bc43a2e9ad1ea4a21b59e9ded48 (patch)
tree58b1b98cf7b89834bc58b5b647e09bd9428d515e /tests/tools.at
parentb502e350547614f1a12ba5f8fa3666d38e65ecc7 (diff)
downloadautoconf-9a2f2467b4c20bc43a2e9ad1ea4a21b59e9ded48.tar.gz
"time stamp" -> "timestamp", as per POSIX
Diffstat (limited to 'tests/tools.at')
-rw-r--r--tests/tools.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tools.at b/tests/tools.at
index ff274d44..f8e50412 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -123,7 +123,7 @@ AT_DATA([file.m4],
]])
AT_CHECK_AUTOM4TE([-o file file.m4])
-# Create a file whose time stamp is in the future.
+# Create a file whose timestamp is in the future.
# (next year)-01-01 00:01 UTC should always be in the future,
# even on slow machines.
echo BAD >file
@@ -741,7 +741,7 @@ AC_CONFIG_HEADERS(config.h:config.hin)
AC_DEFINE(that, "whatever you want.")
]])
-# The test suite goes too fast for the cache time stamps...
+# The test suite goes too fast for the cache timestamps...
# Pass --force.
AT_CHECK_AUTOHEADER([--force], [1], [], [ignore])
@@ -1256,7 +1256,7 @@ AT_CLEANUP
# -----------------------------
AT_SETUP([autom4te preselections])
-: ${sleep='sleep 1'} # Command to force different time stamps.
+: ${sleep='sleep 1'} # Command to force different timestamps.
# If this test should run on FAT file systems and older w32,
# then setting $sleep correctly needs to be revisited.