From 99643a82ae165ca4b5cd2671935788944b9d16fd Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 23 Jul 2012 15:00:28 +0200 Subject: [PATCH] Be sure verity module is loaded in test. --- tests/verity-compat-test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/verity-compat-test b/tests/verity-compat-test index ddb7398..813dcdb 100755 --- a/tests/verity-compat-test +++ b/tests/verity-compat-test @@ -153,6 +153,7 @@ function valgrind_run() [ ! -x "$VERITYSETUP" ] && skip "Cannot find $VERITYSETUP, test skipped." [ -n "$VALG" ] && valgrind_setup && VERITYSETUP=valgrind_run +modprobe dm-verity >/dev/null 2>&1 # VERITYSETUP tests -- 2.7.4