test_xts: Remove temporarily file earlier

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2025-07-15 09:32:44 +02:00
parent f256f8ac3e
commit e0b06eb3a1
@@ -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
}