Skip to content

Commit 4c29e0d

Browse files
committed
test_numfmt: remove ignore from prefix selection test
1 parent cd05f5d commit 4c29e0d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/by-util/test_numfmt.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,12 +1436,8 @@ fn test_zero_pad_sign_order_issue_11664() {
14361436
.stdout_is("-00000009869647.00\n");
14371437
}
14381438

1439-
// https://github.com/uutils/coreutils/issues/11666
1440-
// `--to-unit=N` selects the output prefix based on the unscaled value
1441-
// instead of `value / N`.
14421439
#[test]
1443-
#[ignore = "GNU compat: see uutils/coreutils#11666"]
1444-
fn test_to_unit_prefix_selection_issue_11666() {
1440+
fn test_to_unit_prefix_selection() {
14451441
new_ucmd!()
14461442
.args(&["--to=iec-i", "--to-unit=885", "100000"])
14471443
.succeeds()

0 commit comments

Comments
 (0)