From 0ba576979a10a11e5652fd155266464b1e784892 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 19 Aug 2011 17:51:45 +0200 Subject: 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. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf