summaryrefslogtreecommitdiff
path: root/tests/mv/i-link-no
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/i-link-no')
-rwxr-xr-xtests/mv/i-link-no6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/i-link-no b/tests/mv/i-link-no
index bb6fa44e2..b3f8fd4be 100755
--- a/tests/mv/i-link-no
+++ b/tests/mv/i-link-no
@@ -1,7 +1,7 @@
#!/bin/sh
# Show that mv doesn't preserve links to files the user has declined to move.
-# Copyright (C) 2002, 2004-2007 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-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
echo foo > a/foo || framework_failure