tests/dmesg: handle added carriage return when fixture is checked out on Windows.

This commit is contained in:
Fuad Ismail 2024-11-15 21:57:16 +07:00
parent 16b12c66f2
commit 0e3bab7600

@ -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")]);
}