diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-24 17:24:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-24 17:24:36 +0000 |
commit | 2678a248bba9ed3865813c39232509a26195c49b (patch) | |
tree | d9444e08649fbca419036f4e3c2fc3f0878e3bde /tests | |
parent | f36a979ac90a92ee565adf847012a92252d094be (diff) | |
download | coreutils-2678a248bba9ed3865813c39232509a26195c49b.tar.xz |
Add `$0: ' prefix to diagnostics.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ if ! getfacl --version 2> /dev/null 1>&2 || \ ! setfacl --version 2> /dev/null 1>&2 ; then cat <<EOF 1>&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 <<EOF 1>&2 ************************************** -This test requires a local user named bin. +$0: This test requires a local user named bin. ************************************** EOF (exit 77); exit 77 |