1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(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.
This commit is contained in:
Jim Meyering
2005-01-14 10:39:05 +00:00
parent bf9e735bbd
commit 6ad556a63c

View File

@@ -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