diff options
Diffstat (limited to 'tests/du/slash')
-rwxr-xr-x | tests/du/slash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/du/slash b/tests/du/slash index dd9175112..7f218c928 100755 --- a/tests/du/slash +++ b/tests/du/slash @@ -1,7 +1,7 @@ #!/bin/sh # `du /' would omit the `/' on the last line. -# Copyright (C) 2003, 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2006-2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,6 +22,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/../test-lib.sh +require_readable_root_ fail=0 |