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.
2 parents 2e65087 + 8b82fcd commit ac623dfCopy full SHA for ac623df
tests/by-util/test_dd.rs
@@ -396,7 +396,7 @@ fn test_null_stats() {
396
.arg("if=null.txt")
397
.run()
398
.stderr_contains("0+0 records in\n0+0 records out\n0 bytes copied, ")
399
- .stderr_matches(&Regex::new(r"\d\.\d+(e-\d\d)? s, ").unwrap())
+ .stderr_matches(&Regex::new(r"\d(\.\d+)?(e-\d\d)? s, ").unwrap())
400
.stderr_contains("0.0 B/s")
401
.success();
402
}
0 commit comments