tests/dmesg: handle added carriage return when fixture is checked out on Windows.
This commit is contained in:
@@ -70,7 +70,7 @@ fn test_kmsg_time_format(format: &str) {
|
|||||||
.arg(time_format_arg)
|
.arg(time_format_arg)
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.no_stderr()
|
.no_stderr()
|
||||||
.stdout_is_fixture(expected_output);
|
.stdout_is_templated_fixture(expected_output, &[("\r\n", "\n")]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Reference in New Issue
Block a user