From f15673fecb106c33c199d8c170473389ebcbd763 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Oct 2011 11:51:45 +0100 Subject: tests: doc: fix stale comment in new rm/many-dir-entries-vs-OOM --- tests/rm/many-dir-entries-vs-OOM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/many-dir-entries-vs-OOM') 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 -- cgit v1.2.3-54-g00ecf