diff options
Diffstat (limited to 'tests/rm/unread3')
-rwxr-xr-x | tests/rm/unread3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/unread3 b/tests/rm/unread3 index 71089f5d6..36e93bbe3 100755 --- a/tests/rm/unread3 +++ b/tests/rm/unread3 @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that rm works even from an unreadable working directory. -# Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then rm --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh skip_if_root_ mkdir -p a/1 b c d/2 e/3 || framework_failure |