From 6ad556a63cf7ec5158a2e93adacd5cc43293f3be Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Jan 2005 10:39:05 +0000 Subject: [PATCH] (id_gn): Exit 77, not 1, for a test-framework failure, so that doesn't cause `make check' to stop. Nelson Beebe reported that this test would fail with this diagnostic `cannot find name for group ID 10' on one of his systems. --- tests/chown/separator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chown/separator b/tests/chown/separator index fec1b58..45d5cdc 100755 --- a/tests/chown/separator +++ b/tests/chown/separator @@ -30,7 +30,7 @@ test -n "$id_gn" || framework_failure=1 if test $framework_failure = 1; then echo "$0: failure in testing framework" 1>&2 - (exit 1); exit 1 + (exit 77); exit 77 fi fail=0 -- 2.7.4