summaryrefslogtreecommitdiff
path: root/tests/du/inacc-dir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/inacc-dir')
-rwxr-xr-xtests/du/inacc-dir4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/inacc-dir b/tests/du/inacc-dir
index f7d553aca..919406a07 100755
--- a/tests/du/inacc-dir
+++ b/tests/du/inacc-dir
@@ -1,6 +1,6 @@
#!/bin/sh
# Ensure that du counts the size of an inaccessible directory.
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007-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
@@ -20,7 +20,7 @@ if test "$VERBOSE" = yes; then
du --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
skip_if_root_
mkdir -p a/sub || framework_failure