1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

* NEWS: du --one-file-system (-x) would skip subdirectories of any

directory listed as second or subsequent command line argument.
* tests/du/one-file-system: New file.  Test for today's fts.c fix.
* tests/du/Makefile.am (TESTS): Add one-file-system.
This commit is contained in:
Jim Meyering
2006-12-03 11:17:35 +01:00
parent 6e7e2709c8
commit ba45154d8e
4 changed files with 74 additions and 0 deletions

5
NEWS
View File

@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*-
* Noteworthy changes in release 6.7-pre (????-??-??) [?]
** Bug fixes
du --one-file-system (-x) would skip subdirectories of any directory
listed as second or subsequent command line argument.
* Noteworthy changes in release 6.6 (2006-11-22) [stable]