mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-14 11:07:59 +00:00
Merge pull request #6001 from BenWiederhake/dev-dd-small-times
dd: fix flaky test_final_stats_unspec
This commit is contained in:
commit
1691127c79
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ fn test_final_stats_unspec() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.run()
|
.run()
|
||||||
.stderr_contains("0+0 records in\n0+0 records out\n0 bytes copied, ")
|
.stderr_contains("0+0 records in\n0+0 records out\n0 bytes copied, ")
|
||||||
.stderr_matches(&Regex::new(r"\d\.\d+(e-\d\d)? s, ").unwrap())
|
.stderr_matches(&Regex::new(r"\d(\.\d+)?(e-\d\d)? s, ").unwrap())
|
||||||
.stderr_contains("0.0 B/s")
|
.stderr_contains("0.0 B/s")
|
||||||
.success();
|
.success();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue