diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-20 11:32:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-20 11:32:32 +0000 |
commit | ce2ec20ca3faf51e5f2f3229366a9ed44739d1eb (patch) | |
tree | f698bc0b5b618ccae6df2dcb7980ce0dd30c0558 /tests | |
parent | 4adc127426eb9837ff197f01d52c663f710ceb8d (diff) | |
download | coreutils-ce2ec20ca3faf51e5f2f3229366a9ed44739d1eb.tar.xz |
(root-hint): Tweak wording.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e94c61371..94ae815ca 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,8 +45,7 @@ evar-check: # Advertise `check-root' target. root-hint: - @echo '********************************************' - @echo "NOTICE: Some tests will or might need to be" - @echo " run as root. Do \`make check-root'" - @echo " as \`root' to run just these tests." - @echo '********************************************' + @echo '***********************************************************' + @echo "NOTICE: Some tests may be run only as root." + @echo " Do \`make check-root' as \`root' to run these tests." + @echo '***********************************************************' |