diff options
Diffstat (limited to 'tests/cp/dir-slash')
-rwxr-xr-x | tests/cp/dir-slash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/dir-slash b/tests/cp/dir-slash index 6a6a613a3..3521a1a70 100755 --- a/tests/cp/dir-slash +++ b/tests/cp/dir-slash @@ -2,7 +2,7 @@ # Make sure that cp -R DIR1 DIR2 does the right thing # when DIR1 is written with a trailing slash. -# Copyright (C) 2000, 2002, 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2000, 2002, 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 @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then cp --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir dir1 dir2 || framework_failure touch dir1/file || framework_failure |