diff options
author | Jim Meyering <meyering@redhat.com> | 2011-08-24 10:40:51 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-08-24 10:50:28 +0200 |
commit | 6a2751d59d89dc9a60553196f720bdeedd75d80a (patch) | |
tree | 11fb0212857e1488425441738b277dc9f67286a7 /tests | |
parent | ebc63d33ea2763165c6773de545825bb2b2d4264 (diff) | |
download | coreutils-6a2751d59d89dc9a60553196f720bdeedd75d80a.tar.xz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rwxr-xr-x | tests/rm/many-dir-entries-vs-OOM (renamed from tests/rm/4-million-entry-dir) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f0200e122..c37cca61a 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 index 44855cf26..44855cf26 100755 --- a/tests/rm/4-million-entry-dir +++ b/tests/rm/many-dir-entries-vs-OOM |