]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Make the warning that this shred test may not
authorJim Meyering <jim@meyering.net>
Wed, 12 Jan 2000 14:00:22 +0000 (14:00 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Jan 2000 14:00:22 +0000 (14:00 +0000)
be run as root more prominent.  Suggestion from Volker Borchert.

tests/shred/remove

index 2bcd6a61966537c6efad286d5e2a09b6586b1bce..4ab11f4c0b2ec330052094ab0541a00b464693d3 100755 (executable)
@@ -24,7 +24,9 @@ if test $framework_failure = 1; then
 fi
 
 touch $tmp/file >/dev/null 2>&1 && {
-  echo 'This test case can not be run as root'
+  echo '********************************************'
+  echo 'NOTICE: This test case cannot be run as root.'
+  echo '********************************************'
   exit 77
 }