]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: doc: fix stale comment in new rm/many-dir-entries-vs-OOM
authorJim Meyering <meyering@redhat.com>
Sun, 30 Oct 2011 10:51:45 +0000 (11:51 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 30 Oct 2011 10:51:45 +0000 (11:51 +0100)
tests/rm/many-dir-entries-vs-OOM

index 44855cf26ef7837b91083b220078a8ab15b65048..ab43b46da21f338e2581b4676f06af98239a326e 100755 (executable)
@@ -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