summaryrefslogtreecommitdiff
path: root/tests/misc/tac-continue
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tac-continue')
-rwxr-xr-xtests/misc/tac-continue6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/tac-continue b/tests/misc/tac-continue
index efc87f0a2..0c421e5b6 100755
--- a/tests/misc/tac-continue
+++ b/tests/misc/tac-continue
@@ -3,7 +3,7 @@
# when it encounters an error with say the first one.
# With coreutils-5.2.1 and earlier, this test would fail.
-# Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 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
@@ -23,8 +23,8 @@ if test "$VERBOSE" = yes; then
tac --version
fi
-. $srcdir/../lang-default
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/lang-default
+. $top_srcdir/tests/test-lib.sh
# See if the envvar is defined.
if test x = "x$FULL_PARTITION_TMPDIR"; then