diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-06 16:47:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-06 16:47:52 +0000 |
commit | 70932c5e2387549e72390d2dd7d1320c0d4504e0 (patch) | |
tree | 9f101ba5be3fbab2020a0bb133c0574db2bf7f65 | |
parent | 9af79ee204de1afced8aa75091a2d99dae286105 (diff) | |
download | coreutils-70932c5e2387549e72390d2dd7d1320c0d4504e0.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,11 @@ * Version 5.1.3. + * tests/rm/deep-1: Remove `du' stack space test. + Apparently, `ulimit -s N' isn't portable enough. + This test will be restored (with a guard against losing ulimit) + in its own file later. + * tests/rm/deep-1 (deep): Remove progress-style diagnostics, since this test doesn't take long enough to merit them. Run du on $tmp (the containing dir), not $deep, the full path to leaf. @@ -155,3 +155,6 @@ Changes expected to go in, post-5.2.0: dereference command line symlinks to directories. Since -l has an implicit --NO-dereference-command-line-symlink-to-dir meaning. Pointed out by Karl Berry. + + Re-add a separate test for du's stack space usage (like the one removed + from tests/rm/deep-1). |