diff options
Diffstat (limited to 'tests/chmod/no-x')
-rwxr-xr-x | tests/chmod/no-x | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/chmod/no-x b/tests/chmod/no-x index 8e84ad262..7a7995a00 100755 --- a/tests/chmod/no-x +++ b/tests/chmod/no-x @@ -2,7 +2,7 @@ # Make sure chmod gives the right diagnostic for a readable, # but inaccessible directory. -# Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 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,8 +22,8 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh skip_if_root_ mkdir -p d/no-x/y a/b || framework_failure |