summaryrefslogtreecommitdiff
path: root/tests/cp/dir-vs-file
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/dir-vs-file')
-rwxr-xr-xtests/cp/dir-vs-file4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cp/dir-vs-file b/tests/cp/dir-vs-file
index 58cdf5eab..cb23172cb 100755
--- a/tests/cp/dir-vs-file
+++ b/tests/cp/dir-vs-file
@@ -1,7 +1,7 @@
#!/bin/sh
# A directory may not replace an existing file.
-# Copyright (C) 2001, 2002, 2004, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2001, 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
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
cp --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
mkdir dir || framework_failure
touch file || framework_failure