diff options
Diffstat (limited to 'tests/chown/preserve-root')
-rwxr-xr-x | tests/chown/preserve-root | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/chown/preserve-root b/tests/chown/preserve-root index e41847291..cdc7234b5 100755 --- a/tests/chown/preserve-root +++ b/tests/chown/preserve-root @@ -1,7 +1,7 @@ #!/bin/sh # Verify that --preserve-root works. -# Copyright (C) 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 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,8 +21,8 @@ if test "$VERBOSE" = yes; then chown --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh skip_if_root_ mkdir d && ln -s / d/slink-to-root |