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 2bcd6a6..4ab11f4 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
 }