summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am9
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 '***********************************************************'