tests: check for xxd binary in validation test

This commit is contained in:
Milan Broz
2024-12-23 22:07:09 +01:00
parent 64fb1c1b26
commit 33ebb36f71

View File

@@ -125,6 +125,7 @@ function valgrind_run()
[ -n "$VALG" ] && valgrind_setup && CRYPTSETUP=valgrind_run
command -v jq >/dev/null || skip "Cannot find jq, test skipped."
command -v xxd >/dev/null || skip "Cannot find xxd, test skipped."
prepare