From: Jim Meyering Date: Fri, 12 Mar 2004 19:03:07 +0000 (+0000) Subject: Exit 77 (not 1) if we can't set up for the test. X-Git-Tag: v5.2.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4763a4baa80cd7fd75499ef7b63cc0f22f51520c;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/ls/time-1 b/tests/ls/time-1 index f3bcf6f9dc..5c4deb30b2 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