summaryrefslogtreecommitdiff
path: root/tests/misc/time-style.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-09 12:12:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-09 15:15:04 -0800
commitf4650aadbebc94169817169ccc368c589b64d7d0 (patch)
tree7a1fdf2a85d647cf0cac754f8d57a97e3a6589da /tests/misc/time-style.sh
parent9c0a3a27f70bbb27e839404571922b0f8f0d48da (diff)
downloadcoreutils-f4650aadbebc94169817169ccc368c589b64d7d0.tar.xz
maint: standardize on "timestamp" as per POSIX
Diffstat (limited to 'tests/misc/time-style.sh')
-rwxr-xr-xtests/misc/time-style.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/time-style.sh b/tests/misc/time-style.sh
index 2383be3a8..ec1d4ab67 100755
--- a/tests/misc/time-style.sh
+++ b/tests/misc/time-style.sh
@@ -23,7 +23,7 @@ print_ver_ pr
echo hello >a || framework_failure_
-# The tests assume this is an old time stamp in northern hemisphere summer.
+# The tests assume this is an old timestamp in northern hemisphere summer.
TZ=UTC0 touch -d '1970-07-08 09:10:11' a || framework_failure_
for tz in UTC0 PST8 PST8PDT,M3.2.0,M11.1.0 XXXYYY-12:30; do