diff --git a/tests/by-util/test_dmesg.rs b/tests/by-util/test_dmesg.rs index 51642e6..87c977e 100644 --- a/tests/by-util/test_dmesg.rs +++ b/tests/by-util/test_dmesg.rs @@ -70,7 +70,7 @@ fn test_kmsg_time_format(format: &str) { .arg(time_format_arg) .succeeds() .no_stderr() - .stdout_is_fixture(expected_output); + .stdout_is_templated_fixture(expected_output, &[("\r\n", "\n")]); } #[test]