mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
numfmt: enable ignored test
This commit is contained in:
parent
ba24565b60
commit
29c4d08ee9
1 changed files with 0 additions and 2 deletions
|
@ -295,11 +295,9 @@ fn test_leading_whitespace_in_free_argument_should_imply_padding() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_should_calculate_implicit_padding_per_free_argument() {
|
||||
new_ucmd!()
|
||||
.args(&["--from=auto", " 1Ki", " 2K"])
|
||||
.pipe_in(" 1Ki\n 2K")
|
||||
.run()
|
||||
.stdout_is(" 1024\n 2000\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue