1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

cut: chars mode has same behavior as byte mode

This commit is contained in:
Nathan Ross 2016-08-11 15:06:52 -04:00 committed by nathanross
parent 8632e19b44
commit 4a2532fc12
2 changed files with 2 additions and 73 deletions

View file

@ -33,7 +33,6 @@ fn test_byte_sequence() {
}
}
#[cfg_attr(not(feature="test_unimplemented"),ignore)]
#[test]
fn test_char_sequence() {
for param in vec!["-c", "--characters"] {