Bug 10066

Summary: dd status=none does nothing and still prints status
Product: Busybox Reporter: Ciro Santilli <ciro.santilli>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.26.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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!