1
0
Fork 0
util-linux/tests/ts/liblastlog2/pam_lastlog2_output
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

17 lines
309 B
Bash
Executable file

#!/bin/bash
TS_TOPDIR="${0%/*}/../.."
TS_DESC="pam_lastlog2_output"
. "$TS_TOPDIR"/functions.sh
ts_init "$*"
ts_check_test_command $TS_HELPER_LIBLASTLOG2_PAM_LASTLOG2_OUTPUT
export TZ=UTC
$TS_HELPER_LIBLASTLOG2_PAM_LASTLOG2_OUTPUT || ts_failed "returned an error"
rm pam_lastlog2-output.db
ts_finalize