diff options
Diffstat (limited to 'tests/mv/trailing-slash')
-rwxr-xr-x | tests/mv/trailing-slash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/trailing-slash b/tests/mv/trailing-slash index e20d180d6..0a2a361b0 100755 --- a/tests/mv/trailing-slash +++ b/tests/mv/trailing-slash @@ -4,7 +4,7 @@ # Also, ensure that "mv dir non-exist-dir/" works. # Also, ensure that "cp dir non-exist-dir/" works. -# Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -24,7 +24,7 @@ if test "$VERBOSE" = yes; then mv --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir foo || framework_failure |