summaryrefslogtreecommitdiff
path: root/tests/mv/no-target-dir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/no-target-dir')
-rwxr-xr-xtests/mv/no-target-dir4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/no-target-dir b/tests/mv/no-target-dir
index 6fbdc8b9b..ba9a6b0a9 100755
--- a/tests/mv/no-target-dir
+++ b/tests/mv/no-target-dir
@@ -2,7 +2,7 @@
# ensure that --no-target-directory (-T) works when the destination is
# an empty directory.
-# 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
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
mv --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
mkdir -p d/sub empty src d2/sub e2 || framework_failure
touch f || framework_failure