You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on this in #6622. From looking over the code, it looks like it's based on how we parse it, which results in more differences if anything comes after the first 'c', 'w', or 'b'. As such, dd count=kBb555 also yields different messages on GNU versus here. I'm making that change right now, but I figure I'd add that difference onto this thread
* Changed dd parsing error message to be in line with GNU dd
* Correct logic to make dd incorrect number error message fully compatible with GNU. Add test
---------
Co-authored-by: just-an-engineer <Julian.Beltz@zetier.com>
Uh oh!
There was an error while loading. Please reload this page.
GNU dd:
uutils dd:
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
.The text was updated successfully, but these errors were encountered: