From 4763a4baa80cd7fd75499ef7b63cc0f22f51520c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Mar 2004 19:03:07 +0000 Subject: 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. --- tests/ls/time-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ls/time-1') 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 -- cgit v1.2.3-70-g09d2