summaryrefslogtreecommitdiff
path: root/tests/ln/hard-backup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ln/hard-backup')
-rwxr-xr-xtests/ln/hard-backup6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ln/hard-backup b/tests/ln/hard-backup
index 72178a6b2..d46316ff9 100755
--- a/tests/ln/hard-backup
+++ b/tests/ln/hard-backup
@@ -1,7 +1,7 @@
#!/bin/sh
# Ensure that 'ln --backup F F' gives a proper diagnostic.
-# 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
ln --version
fi
-. $srcdir/../lang-default
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/lang-default
+. $top_srcdir/tests/test-lib.sh
touch f || framework_failure