From: Jim Meyering Date: Wed, 24 Aug 2011 08:40:51 +0000 (+0200) Subject: maint: rename a test X-Git-Tag: v8.13~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2751d59d89dc9a60553196f720bdeedd75d80a;p=thirdparty%2Fcoreutils.git maint: rename a test Lesson: do not include details like "4 million" in a file name. * tests/rm/many-dir-entries-vs-OOM: Renamed from ... * tests/rm/4-million-entry-dir: ...this. * tests/Makefile.am (TESTS): Reflect renaming. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index f0200e1221..c37cca61aa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -135,7 +135,7 @@ TESTS = \ rm/unread3 \ rm/unreadable \ rm/v-slash \ - rm/4-million-entry-dir \ + rm/many-dir-entries-vs-OOM \ chgrp/default-no-deref \ chgrp/deref \ chgrp/no-x \ diff --git a/tests/rm/4-million-entry-dir b/tests/rm/many-dir-entries-vs-OOM similarity index 100% rename from tests/rm/4-million-entry-dir rename to tests/rm/many-dir-entries-vs-OOM