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
seems like coreutil's dd treats the oseek operand as bytes if it contains a 'B' anywhere in the argument, even though it's says in the man page that it will only do so if the argument ends in a 'B' but in our implementation we only check for the 'B' at the end of the string. In this case 1Bx2x4 'B' appears not at the end of the string so it treats it as blocks and failing the test case
Coreutils
dd
v9.4.113-c01ee:(The
^@
are null bytes.)On uutils
dd
:This is from the GNU test suite file
tests/dd/bytes.sh
.The text was updated successfully, but these errors were encountered: