tests/dmesg: handle fixture line endings when fixture is checked out on Windows.
This commit is contained in:
parent
b90751119d
commit
d3b82aa376
@ -155,7 +155,8 @@ fn test_since_until() {
|
||||
.arg("--since=\"2024-11-19 17:47:32 +0700\"")
|
||||
.arg("--until=\"2024-11-19 18:55:52 +0700\"")
|
||||
.succeeds()
|
||||
.stdout_only_fixture("test_since_until.expected");
|
||||
.no_stderr()
|
||||
.stdout_is_templated_fixture("test_since_until.expected", &[("\r\n", "\n")]);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user