summaryrefslogtreecommitdiff
path: root/tests/du/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-31 09:49:05 +0200
committerJim Meyering <jim@meyering.net>2007-07-31 12:10:11 +0200
commit3b03442c5423562749982e159111782db6812b14 (patch)
treeedbb99f525d92ef165e4ac16c9bd15c2f5bb72ae /tests/du/Makefile.am
parent1b6f200c8e90d89c16805569aa11bf64c45395c1 (diff)
downloadcoreutils-3b03442c5423562749982e159111782db6812b14.tar.xz
Add a test for du not counting size of inaccessible directories.
* tests/du/inacc-dir: New file. Test for fts.c bug fixed yesterday. * tests/du/Makefile.am (TESTS): Add inacc-dir. * NEWS: Mention the bug fix. Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'tests/du/Makefile.am')
-rw-r--r--tests/du/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am
index a15b6462c..71ef3f341 100644
--- a/tests/du/Makefile.am
+++ b/tests/du/Makefile.am
@@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
TESTS = \
+ inacc-dir \
one-file-system \
inacc-dest \
long-from-unreadable \