From: Jim Meyering Date: Wed, 12 Jan 2000 14:00:22 +0000 (+0000) Subject: Make the warning that this shred test may not X-Git-Tag: FILEUTILS-4_0p~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff626bd3c0be4a7662790fab4ddc76fea772b815;p=thirdparty%2Fcoreutils.git Make the warning that this shred test may not be run as root more prominent. Suggestion from Volker Borchert. --- diff --git a/tests/shred/remove b/tests/shred/remove index 2bcd6a6196..4ab11f4c0b 100755 --- a/tests/shred/remove +++ b/tests/shred/remove @@ -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 }