Skip to content

Commit ac623df

Browse files
authored
Merge branch 'main' into main
2 parents 2e65087 + 8b82fcd commit ac623df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_dd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ fn test_null_stats() {
396396
.arg("if=null.txt")
397397
.run()
398398
.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())
399+
.stderr_matches(&Regex::new(r"\d(\.\d+)?(e-\d\d)? s, ").unwrap())
400400
.stderr_contains("0.0 B/s")
401401
.success();
402402
}

0 commit comments

Comments
 (0)