summaryrefslogtreecommitdiff
path: root/tests/mv/backup-dir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/backup-dir')
-rwxr-xr-xtests/mv/backup-dir6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/backup-dir b/tests/mv/backup-dir
index 2880cbd30..d23476e34 100755
--- a/tests/mv/backup-dir
+++ b/tests/mv/backup-dir
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure "mv --verbose --backup" works the same for dirs and non-dirs.
-# 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
mv --version
fi
-. $srcdir/../lang-default
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/lang-default
+. $top_srcdir/tests/test-lib.sh
mkdir A B || framework_failure
touch X Y || framework_failure