diff options
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 |