diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-12 19:03:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-12 19:03:07 +0000 |
commit | 4763a4baa80cd7fd75499ef7b63cc0f22f51520c (patch) | |
tree | 55aabcc02585e064460854435a199f0a84c60a9f /tests | |
parent | 2ea4bf6e9cd1fe5300ee25e1681afc16e28df0b1 (diff) | |
download | coreutils-4763a4baa80cd7fd75499ef7b63cc0f22f51520c.tar.xz |
Exit 77 (not 1) if we can't set up for the test.
This was triggered on a Linux-2.2.19 system using a file system
NFS-mounted from some sort of Sun.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ls/time-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/time-1 b/tests/ls/time-1 index f3bcf6f9d..5c4deb30b 100755 --- a/tests/ls/time-1 +++ b/tests/ls/time-1 @@ -85,7 +85,7 @@ In the output below, the date of last access for \`a' should have been $u1. EOF ls --full -lu a - framework_failure=1 + (exit 77); exit ;; esac |