summaryrefslogtreecommitdiff
path: root/tests/du/deref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/deref')
-rwxr-xr-xtests/du/deref4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/deref b/tests/du/deref
index 63cd606b2..47f444921 100755
--- a/tests/du/deref
+++ b/tests/du/deref
@@ -2,7 +2,7 @@
# prior to coreutils-4.5.3, du -D didn't work in some cases
# Based on an example from Andreas Schwab and/or Michal Svec.
-# Copyright (C) 2002, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2002, 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
du --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
mkdir -p a/sub || framework_failure
ln -s a/sub slink || framework_failure