diff options
Diffstat (limited to 'tests/mv/childproof')
-rwxr-xr-x | tests/mv/childproof | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/childproof b/tests/mv/childproof index cdce93253..6cece3f3c 100755 --- a/tests/mv/childproof +++ b/tests/mv/childproof @@ -3,7 +3,7 @@ # With fileutils-4.1 and earlier, this test would fail for cp and mv. # With coreutils-6.9 and earlier, this test would fail for ln. -# Copyright (C) 2001, 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2001, 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 @@ -25,8 +25,8 @@ if test "$VERBOSE" = yes; then ln --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh skip_if_root_ mkdir a b c || framework_failure |