tests/dmesg: handle added carriage return when fixture is checked out on Windows.
This commit is contained in:
@ -17,5 +17,5 @@ fn test_kmsg_json() {
|
||||
.arg("--json")
|
||||
.run()
|
||||
.no_stderr()
|
||||
.stdout_is_fixture("test_kmsg_json.expected");
|
||||
.stdout_is_templated_fixture("test_kmsg_json.expected", &[("\r\n", "\n")]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user