summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-08-19 17:51:45 +0200
committerJim Meyering <meyering@redhat.com>2011-08-19 18:21:06 +0200
commit0ba576979a10a11e5652fd155266464b1e784892 (patch)
tree04b1da5dcef655178b0199c8d7aa874d386c77e6 /tests/Makefile.am
parent036a9c69099f372ca581ce8b5c22e88656a2b478 (diff)
downloadcoreutils-0ba576979a10a11e5652fd155266464b1e784892.tar.xz
rm, du, chmod, chown, chgrp: use much less memory for large directories
For details, see the gnulib commit, http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=47cb657e * tests/rm/4-million-entry-dir: New test. * tests/Makefile.am (TESTS): Add it. * NEWS (Bug fixes): Mention it. * gnulib: Update to latest to get the required fts fixes.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eb67512c9..f0200e122 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -135,6 +135,7 @@ TESTS = \
rm/unread3 \
rm/unreadable \
rm/v-slash \
+ rm/4-million-entry-dir \
chgrp/default-no-deref \
chgrp/deref \
chgrp/no-x \