]> git.ipfire.org Git - thirdparty/coreutils.git/commit
dd: make status=none suppress all diagnostics
authorPádraig Brady <P@draigBrady.com>
Thu, 18 Jul 2013 17:39:55 +0000 (18:39 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 19 Jul 2013 10:23:12 +0000 (11:23 +0100)
commite6fc265b755eef0eae425caec3f93b8e28dbdddb
tree45d2cb1dabaa74eb9247ea0fc9f12a2e33e4d04d
parent5fdb50825f598035d52ea8a26be7611e1a906703
dd: make status=none suppress all diagnostics

* src/dd.c (STATUS_NONE): Simplify the enum so that
it's more general than just suppressing transfer counts.
Then test this in all locations where non fatal diagnostics
are output.
* tests/dd/misc.sh: Ensure the diagnostic about
being unable to skip past the end of input is suppressed.
* NEWS: Mention the change in behavior.
Fixes http://bugs.gnu.org/14897
NEWS
doc/coreutils.texi
src/dd.c
tests/dd/misc.sh