mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 11:50:10 +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
|
[ -n "$VALG" ] && valgrind_setup && CRYPTSETUP=valgrind_run
|
||||||
|
|
||||||
command -v jq >/dev/null || skip "Cannot find jq, test skipped."
|
command -v jq >/dev/null || skip "Cannot find jq, test skipped."
|
||||||
|
command -v xxd >/dev/null || skip "Cannot find xxd, test skipped."
|
||||||
|
|
||||||
prepare
|
prepare
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user