commit | 446b148f4ddc71c4ed7f7af5c30473534667ed85 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jul 02 08:25:46 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 03 18:00:27 2020 +0200 |
tree | 2b865f25451aca0476e621e2354aa81da5489539 | |
parent | bdcdde73c130210f15a7fc0e675b83ce5cb34647 [diff] |
test: correct time stamps for UEFI authentication A time authenticated variable cannot be overwritten with another value with the same time stamp. So we must ensure the correct sequence of time stamps when generating out test data. Using parameter -t for sign-efi-sig-list gives reproducible results and avoids sleep statements. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>