diff options
Diffstat (limited to 'tests/cp/cp-i')
-rwxr-xr-x | tests/cp/cp-i | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cp/cp-i b/tests/cp/cp-i index e7cd438aa..5aa690d86 100755 --- a/tests/cp/cp-i +++ b/tests/cp/cp-i @@ -1,7 +1,7 @@ #!/bin/sh # Test whether cp -i prompts in the right place. -# 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 cp --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh mkdir -p a b/a/c || framework_failure touch a/c || framework_failure |