diff options
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 } |