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

cat: fix -b and -n anti-symmetry

This commit is contained in:
Ben Wiederhake 2024-03-01 12:18:26 +01:00
parent 100a48fda9
commit 472b56f0ff
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,6 @@ fn test_non_blank_overrides_number() {
}
#[test]
#[ignore = "known issue"]
fn test_non_blank_overrides_number_even_when_present() {
new_ucmd!()
.args(&["-n", "-b", "-n"])