tests/dmesg: test since/until argument enclosed with single quotes.

This commit is contained in:
Fuad Ismail 2024-12-12 13:17:29 +07:00
parent d24b1e5c59
commit 260cfbfd55

@ -171,7 +171,7 @@ fn test_since_until() {
.arg("--kmsg-file")
.arg("kmsg.input")
.arg("--since=\"2024-11-19 17:47:32 +0700\"")
.arg("--until=\"2024-11-19 18:55:52 +0700\"")
.arg("--until='2024-11-19 18:55:52 +0700'")
.succeeds()
.no_stderr()
.stdout_is_templated_fixture("test_since_until.expected", &[("\r\n", "\n")]);