1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 03:12:10 +02:00

tests: doc: fix stale comment in new rm/many-dir-entries-vs-OOM

This commit is contained in:
Jim Meyering
2011-10-30 11:51:45 +01:00
parent f013fe07ab
commit f15673fecb

View File

@@ -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