diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-09 12:12:02 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-09 15:15:04 -0800 |
commit | f4650aadbebc94169817169ccc368c589b64d7d0 (patch) | |
tree | 7a1fdf2a85d647cf0cac754f8d57a97e3a6589da /tests/touch/obsolescent.sh | |
parent | 9c0a3a27f70bbb27e839404571922b0f8f0d48da (diff) | |
download | coreutils-f4650aadbebc94169817169ccc368c589b64d7d0.tar.xz |
maint: standardize on "timestamp" as per POSIX
Diffstat (limited to 'tests/touch/obsolescent.sh')
-rwxr-xr-x | tests/touch/obsolescent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/obsolescent.sh b/tests/touch/obsolescent.sh index f52e83981..96d730fb0 100755 --- a/tests/touch/obsolescent.sh +++ b/tests/touch/obsolescent.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Test touch with obsolescent 8- or 10-digit time stamps. +# Test touch with obsolescent 8- or 10-digit timestamps. # Copyright (C) 2000-2017 Free Software Foundation, Inc. |