]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add dmesg -d -t and -t -d timestamp format tests
authorKarel Zak <kzak@redhat.com>
Thu, 12 Mar 2026 11:56:27 +0000 (12:56 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Mar 2026 11:56:27 +0000 (12:56 +0100)
commit588d2be090127355021dad23bf2a635c340e68d7
tree08c8b47b971066284045b43f212cb506a6d8e03c
parente795adc5bbbac961e70bb402c9fce2397b059bf6
tests: add dmesg -d -t and -t -d timestamp format tests

Add two sub-tests to verify that -d -t (delta-notime) and -t -d
(notime-delta) both produce delta-only output regardless of option
order.

Addresses: https://github.com/util-linux/util-linux/issues/4110
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/dmesg/timestamp-format-delta-notime [new file with mode: 0644]
tests/expected/dmesg/timestamp-format-notime-delta [new file with mode: 0644]
tests/ts/dmesg/timestamp-format