summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-10-30 11:51:45 +0100
committerJim Meyering <meyering@redhat.com>2011-10-30 11:51:45 +0100
commitf15673fecb106c33c199d8c170473389ebcbd763 (patch)
tree5c49545328544303d6460d1deba46f6cbaf4714c
parentf013fe07ab430e3fb0a501fe27c57a37c7734206 (diff)
downloadcoreutils-f15673fecb106c33c199d8c170473389ebcbd763.tar.xz
tests: doc: fix stale comment in new rm/many-dir-entries-vs-OOM
-rwxr-xr-xtests/rm/many-dir-entries-vs-OOM2
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