commit | bdcdde73c130210f15a7fc0e675b83ce5cb34647 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jun 09 14:09:43 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 03 18:00:27 2020 +0200 |
tree | 87f797b875cddca19d1737f55750691f9c139a2d | |
parent | f62b024f3084606668dbbba3e54b86a0bd548fb3 [diff] |
test/py: efi_secboot: fix test case 1g of test_authvar In the test case (1g) of test_authvar, "db" is mistakenly used, and it ends up being the exact same as (1f). So correct it as "dbx" test case. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>