uncover when you improve test coverage, and even if you don't find
any bugs your contribution is sure to be appreciated.
-A good way to quickly assess current test coverage for standard
-and root only tests is to follow test steps (requires lcov to be installed):
+A good way to quickly assess current test coverage, for standard
+and root only tests, is to follow these steps (requires lcov to be installed):
# Do a standard run as the current user
make -j$(nproc) coverage
consistently rather than sometimes outputting "6.00001 s".
[bug introduced in coreutils-8.24]
- df non longer interacts with excluded file system types, so for example
+ df no longer interacts with excluded file system types, so for example
specifying -x nfs will no longer hang with problematic nfs mounts.
[bug introduced in coreutils-8.21]
ignoring some non checksum lines. This also affects sha*sum and b2sum.
[bug introduced in coreutils-8.14]
- tail -F 'dir/file' now monitored even when 'dir' is replaced.
+ tail -F 'dir/file' is now monitored even when 'dir' is replaced.
[bug introduced with inotify support added in coreutils-7.5]
** New features