Bug 10066 - dd status=none does nothing and still prints status
Summary: dd status=none does nothing and still prints status
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.26.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-14 07:29 UTC by Ciro Santilli
Modified: 2017-07-14 11:45 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ciro Santilli 2017-07-14 07:29:54 UTC
CONFIG_DD=y
CONFIG_FEATURE_DD_STATUS=y

Then both:

echo a | dd
echo a | dd status=none

Give the same output:

a
0+1 records in
0+1 records out

But I'd expect status=none to output just:

a
Comment 1 Ciro Santilli 2017-07-14 07:30:31 UTC
Exact test setup: https://github.com/cirosantilli/linux-kernel-module-cheat
Comment 2 Denys Vlasenko 2017-07-14 11:45:39 UTC
Fixed in git, thanks!