Skip to content

dd: error message on count=KBb doesn't match GNU dd, but should #5905

@jfinkels

Description

@jfinkels

GNU dd:

$ : | dd count=KBb
dd: invalid number: ‘KBb’

uutils dd:

$ : | ./target/debug/dd count=KBb
./target/debug/dd: Unrecognized byte multiplier -> KB

This should be invalid number: 'KBb', just like the GNU version of dd.

This is from the GNU test suite file tests/dd/bytes.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions