summaryrefslogtreecommitdiff
path: root/tests/ls/time-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-12 19:03:07 +0000
committerJim Meyering <jim@meyering.net>2004-03-12 19:03:07 +0000
commit4763a4baa80cd7fd75499ef7b63cc0f22f51520c (patch)
tree55aabcc02585e064460854435a199f0a84c60a9f /tests/ls/time-1
parent2ea4bf6e9cd1fe5300ee25e1681afc16e28df0b1 (diff)
downloadcoreutils-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/ls/time-1')
-rwxr-xr-xtests/ls/time-12
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