tests/dmesg: use fixed offset time argument in test.

This commit is contained in:
Fuad Ismail
2024-12-12 12:54:58 +07:00
parent 48c4f78088
commit b90751119d
2 changed files with 2 additions and 12 deletions

View File

@@ -152,8 +152,8 @@ fn test_since_until() {
new_ucmd!()
.arg("--kmsg-file")
.arg("kmsg.input")
.arg("--since=\"2024-11-19 17:47:32\"")
.arg("--until=\"2024-11-19 18:55:52\"")
.arg("--since=\"2024-11-19 17:47:32 +0700\"")
.arg("--until=\"2024-11-19 18:55:52 +0700\"")
.succeeds()
.stdout_only_fixture("test_since_until.expected");
}