diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-12 14:00:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-12 14:00:22 +0000 |
commit | ff626bd3c0be4a7662790fab4ddc76fea772b815 (patch) | |
tree | 8be6baf8af3877efd4c6c5777b0c0278d492fca3 /tests/shred/remove | |
parent | b52f383a7fc76f71aa54292ee3b8c0b1dc30309d (diff) | |
download | coreutils-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/remove')
-rwxr-xr-x | tests/shred/remove | 4 |
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 } |