Skip to content

Commit

Permalink
tests: check for xxd binary in validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Dec 23, 2024
1 parent 64fb1c1 commit 33ebb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/luks2-validation-test
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33ebb36

Please sign in to comment.