]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Exit 77 (not 1) if we can't set up for the test.
authorJim Meyering <jim@meyering.net>
Fri, 12 Mar 2004 19:03:07 +0000 (19:03 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Mar 2004 19:03:07 +0000 (19:03 +0000)
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

index f3bcf6f9dc0a68c5b3a515b5bccec279d761ae7b..5c4deb30b2c386c27662afeac7a4224949a92514 100755 (executable)
@@ -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