diff options
author | Jim Meyering <meyering@redhat.com> | 2011-10-30 11:51:45 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-10-30 11:51:45 +0100 |
commit | f15673fecb106c33c199d8c170473389ebcbd763 (patch) | |
tree | 5c49545328544303d6460d1deba46f6cbaf4714c /tests | |
parent | f013fe07ab430e3fb0a501fe27c57a37c7734206 (diff) | |
download | coreutils-f15673fecb106c33c199d8c170473389ebcbd763.tar.xz |
tests: doc: fix stale comment in new rm/many-dir-entries-vs-OOM
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/many-dir-entries-vs-OOM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/many-dir-entries-vs-OOM b/tests/rm/many-dir-entries-vs-OOM index 44855cf26..ab43b46da 100755 --- a/tests/rm/many-dir-entries-vs-OOM +++ b/tests/rm/many-dir-entries-vs-OOM @@ -28,7 +28,7 @@ seq 200000|xargs touch || framework_failure_ cd .. -# Restricted to 40MB, rm from coreutils-8.12 each of these would fail +# Restricted to 40MB, each of these coreutils-8.12 programs would fail # with a diagnostic like "rm: fts_read failed: Cannot allocate memory". ulimit -v 40000 du -sh d || fail=1 |