summaryrefslogtreecommitdiffstats
path: root/tests/expected/utmp
Commit message (Collapse)AuthorAgeFilesLines
* tests: adjust for ISO timezone colon useJ William Piggott2017-11-124-30/+30
| | | | | | | Fix several tests broken by adding a timezone colon in the timeutils ISO format functions. Signed-off-by: J William Piggott <elseifthen@gmx.com>
* tests: avoid diff of diffsRuediger Meier2017-06-011-4/+3Star
| | | | | | | | | | Certain diff implementations do not produce comparable output. Noticed on Alpine Linux/busybox. CC: Sami Kerola <kerolasa@iki.fi> Reported-by: Assaf Gordon <assafgordon@gmail.com> Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* last: use --time-format instruction when printing wtmp creation timeSami Kerola2017-01-161-3/+1Star
| | | | | | | | This makes --time-format=iso timestamp to look the same as login/logout times. When --time-format=noformat is used the file creation time not printed. There is no change to default format. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: utmpdump add subsecond accuracy testSami Kerola2016-06-271-0/+5
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: fix utmpdump timestamps to be in iso formatSami Kerola2016-06-262-12/+12
| | | | | | | | The utmpdump-circle is slightly modified to use old timestamp format as basis of conversion and to do cyclic conversion via new format. This is better from test coverage point of view. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: split last into dns and nodns subtestsRuediger Meier2014-06-124-20/+20
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: add utmpdump-circle test (arch independent)Ruediger Meier2014-06-121-0/+1
| | | | | | | This one is a completely arch independent conversion round: text -> bin -> text -> bin Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: merge last/ and utmpdump/ into new utmp/ dirRuediger Meier2014-06-116-0/+172
We want to prepare and simplify utmp sepcific fixes. Beside all this renaming we also update/add some text data to have it more consistent. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>