We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd05f5d commit 4c29e0dCopy full SHA for 4c29e0d
1 file changed
tests/by-util/test_numfmt.rs
@@ -1436,12 +1436,8 @@ fn test_zero_pad_sign_order_issue_11664() {
1436
.stdout_is("-00000009869647.00\n");
1437
}
1438
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`.
1442
#[test]
1443
-#[ignore = "GNU compat: see uutils/coreutils#11666"]
1444
-fn test_to_unit_prefix_selection_issue_11666() {
+fn test_to_unit_prefix_selection() {
1445
new_ucmd!()
1446
.args(&["--to=iec-i", "--to-unit=885", "100000"])
1447
.succeeds()
0 commit comments