diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-31 09:49:05 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-31 12:10:11 +0200 |
commit | 3b03442c5423562749982e159111782db6812b14 (patch) | |
tree | edbb99f525d92ef165e4ac16c9bd15c2f5bb72ae /NEWS | |
parent | 1b6f200c8e90d89c16805569aa11bf64c45395c1 (diff) | |
download | coreutils-3b03442c5423562749982e159111782db6812b14.tar.xz |
Add a test for du not counting size of inaccessible directories.
* tests/du/inacc-dir: New file. Test for fts.c bug fixed yesterday.
* tests/du/Makefile.am (TESTS): Add inacc-dir.
* NEWS: Mention the bug fix.
Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ GNU coreutils NEWS -*- outline -*- cut now diagnoses the '-' in "cut -f -" as an invalid range, rather than interpreting it as the unlimited range, "1-". + du -s now includes the size of any stat'able-but-inaccessible directory + in the total size. + ls -x DIR would sometimes output the wrong string in place of the first entry. [introduced in coreutils-6.8] |