commit | 6872a92c01d1d98ff76ef7bf6daececf08c00c78 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Nov 28 20:46:27 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Nov 30 14:05:43 2023 +0100 |
tree | 900fb692528c6c5c002ac7520249269082ac6df4 | |
parent | e18381f54eb86326f64c0cbe472e417decb8be39 [diff] |
ta: storage: fix ta_storage_cmd_key_in_persistent() cleanup Fixes the error cleanup path in two places where a created test object was supposed to be removed. Fixes: 90f23353528a ("Test Persistent Object with keys") Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers