tests: test_zeroize: always use the correct framework source file

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2025-05-19 15:24:50 +02:00
parent d62dcfdcd6
commit 53ebebec45
+1 -5
View File
@@ -42,11 +42,7 @@ end
search GDB_BREAK_HERE
break $_
if $_isvoid($is_tf_psa_crypto)
set args ./framework/tests/programs/zeroize.c
else
set args ../framework/tests/programs/zeroize.c
end
set args ./framework/tests/programs/zeroize.c
run