summaryrefslogtreecommitdiff
path: root/tests/shred
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-12 14:00:22 +0000
committerJim Meyering <jim@meyering.net>2000-01-12 14:00:22 +0000
commitff626bd3c0be4a7662790fab4ddc76fea772b815 (patch)
tree8be6baf8af3877efd4c6c5777b0c0278d492fca3 /tests/shred
parentb52f383a7fc76f71aa54292ee3b8c0b1dc30309d (diff)
downloadcoreutils-ff626bd3c0be4a7662790fab4ddc76fea772b815.tar.xz
Make the warning that this shred test may not
be run as root more prominent. Suggestion from Volker Borchert.
Diffstat (limited to 'tests/shred')
-rwxr-xr-xtests/shred/remove4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/shred/remove b/tests/shred/remove
index 2bcd6a619..4ab11f4c0 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
}