aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2024-01-20 19:01:25 +0100
committerMilan Broz <gmazyland@gmail.com>2024-01-20 19:01:25 +0100
commitde1cd97fde0d93aa089b533ca1b6dd451c76bd99 (patch)
treeca551377677d1185bea71793abf3d00704c2a87d
parentf040f74f46946973d0d41f6f9ff0df9101419751 (diff)
downloadcryptsetup-de1cd97fde0d93aa089b533ca1b6dd451c76bd99.tar.gz
Fix typo in verity test.
-rwxr-xr-xtests/verity-compat-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/verity-compat-test b/tests/verity-compat-test
index 5115ddcd..82c49d38 100755
--- a/tests/verity-compat-test
+++ b/tests/verity-compat-test
@@ -6,7 +6,7 @@ VERITYSETUP=$CRYPTSETUP_PATH/veritysetup
if [ -n "$CRYPTSETUP_TESTS_RUN_IN_MESON" ]; then
VERITYSETUP_VALGRIND=$VERITYSETUP
else
- CRYPTSETUP_VALGRIND=../.libs/veritysetup
+ VERITYSETUP_VALGRIND=../.libs/veritysetup
VERITYSETUP_LIB_VALGRIND=../.libs
fi