From: Jim Meyering Date: Thu, 24 Nov 2005 17:24:36 +0000 (+0000) Subject: Add `$0: ' prefix to diagnostics. X-Git-Tag: v6.0~1256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2678a248bba9ed3865813c39232509a26195c49b;p=thirdparty%2Fcoreutils.git Add `$0: ' prefix to diagnostics. --- diff --git a/tests/acl b/tests/acl index 28995c18ad..2e232ee016 100644 --- a/tests/acl +++ b/tests/acl @@ -2,7 +2,7 @@ if ! getfacl --version 2> /dev/null 1>&2 || \ ! setfacl --version 2> /dev/null 1>&2 ; then cat <&2 ************************************** -This test requires getfacl and setfacl. +$0: This test requires getfacl and setfacl. ************************************** EOF (exit 77); exit 77 @@ -11,7 +11,7 @@ fi if ! grep '^bin:' /etc/passwd 2> /dev/null 1>&2 ; then cat <&2 ************************************** -This test requires a local user named bin. +$0: This test requires a local user named bin. ************************************** EOF (exit 77); exit 77