mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #3738 from cakebaker/numfmt_enable_test
numfmt: enable ignored test
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user