summaryrefslogtreecommitdiff
path: root/tests/du/inacc-dest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/inacc-dest')
-rwxr-xr-xtests/du/inacc-dest6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/du/inacc-dest b/tests/du/inacc-dest
index c2bab2cf9..ba5aed0ad 100755
--- a/tests/du/inacc-dest
+++ b/tests/du/inacc-dest
@@ -2,7 +2,7 @@
# Prior to coreutils-6.5, an inaccessible destination dir (chmod a-x)
# would cause du to exit prematurely on systems with native openat support.
-# 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
@@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then
du --version
fi
-. $srcdir/../lang-default
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/lang-default
+. $top_srcdir/tests/test-lib.sh
skip_if_root_
mkdir f && cd f && mkdir a b c d e && touch c/j && chmod a-x c \