diff options
Diffstat (limited to 'tests/rm/dir-no-w')
-rwxr-xr-x | tests/rm/dir-no-w | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rm/dir-no-w b/tests/rm/dir-no-w index 2ed6926bf..4f5b32590 100755 --- a/tests/rm/dir-no-w +++ b/tests/rm/dir-no-w @@ -2,7 +2,7 @@ # rm (without -r) must give a diagnostic for any directory. # It must not prompt, even if that directory is unwritable. -# Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005-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,8 +22,8 @@ if test "$VERBOSE" = yes; then rm --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh mkdir --mode=0500 unwritable-dir || framework_failure |