summaryrefslogtreecommitdiff
path: root/tests/du/inaccessible-cwd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/inaccessible-cwd')
-rwxr-xr-xtests/du/inaccessible-cwd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/inaccessible-cwd b/tests/du/inaccessible-cwd
index 8eb6693e7..f6af78600 100755
--- a/tests/du/inaccessible-cwd
+++ b/tests/du/inaccessible-cwd
@@ -2,7 +2,7 @@
# Ensure that even when run from an inaccessible directory, du can still
# operate on accessible directories elsewhere.
-# Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 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
@@ -25,7 +25,7 @@ if test "$VERBOSE" = yes; then
du --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
skip_if_root_
cwd=`pwd`