mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
Merge pull request #3738 from cakebaker/numfmt_enable_test
numfmt: enable ignored test
This commit is contained in:
commit
be0cc8ff67
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…
Reference in a new issue