test_xts: Remove temporarily file earlier

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2025-07-15 08:58:32 +02:00
parent f256f8ac3e
commit e0b06eb3a1

View File

@ -2599,8 +2599,8 @@ component_test_xts () {
cmake -DTF_PSA_CRYPTO_USER_CONFIG_FILE="psa_user_config.h"
make
rm -f psa_user_config.h
msg "test: Default + MBEDTLS_CIPHER_MODE_XTS"
make test
rm -f psa_user_config.h
}