diff options
author | Jim Meyering <jim@meyering.net> | 2003-12-20 11:32:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-12-20 11:32:45 +0000 |
commit | 41c9f774a82d3038ee2bfce5cf30efdc49369db4 (patch) | |
tree | 5324d768217911d260a99c84f67aad3668ddedc3 /tests | |
parent | b3711e549aff7f7ddc9960a203bb7ddfdb1e9f4b (diff) | |
download | coreutils-41c9f774a82d3038ee2bfce5cf30efdc49369db4.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 79d2a414d..a18ab7c59 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -288,7 +288,7 @@ EXTRA_DIST = \ rwx-to-mode sample-test setgid-check SUBDIRS = \ - basename chgrp chmod chown cp cut date dd dircolors du expr factor \ + expr factor \ fmt head install join ln ls ls-2 md5sum misc mkdir mv od pr rm rmdir \ seq sha1sum shred sort stty sum tac tail tail-2 test touch tr tsort \ unexpand uniq wc @@ -666,11 +666,10 @@ 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 '***********************************************************' # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |