mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
tests: check for xxd binary in validation test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user