diff options
Diffstat (limited to 'tests/misc/ls-time')
-rwxr-xr-x | tests/misc/ls-time | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/ls-time b/tests/misc/ls-time index 427ca74b4..1d10abb38 100755 --- a/tests/misc/ls-time +++ b/tests/misc/ls-time @@ -77,14 +77,14 @@ EOF ;; esac -# Now test touch's -a option. +# Ensure that touch's -a option works. set -- `ls --full -lu a` case "$*" in *" $u1:00.000000000 +0000 a") ;; *) # This might be what's making HPUX 11 systems fail this test. cat >&2 << EOF -A basic test of touch -a has just failed, so the subsequent +A fundamental touch -a test has just failed, so the subsequent tests in this file will not be run. In the output below, the date of last access for \`a' should |