From 0eb84931560a833d06fd99bfcbaeaec7ad3b6d13 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 2 Jul 2021 22:56:45 +0200 Subject: [PATCH] Fix ssh-plugin test. --- tests/ssh-plugin-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssh-plugin-test b/tests/ssh-plugin-test index 70f04be1..e4a3c3b7 100755 --- a/tests/ssh-plugin-test +++ b/tests/ssh-plugin-test @@ -1,6 +1,6 @@ #!/bin/bash -[ -z "$CRUPTSETUP_PATH" ] && { +[ -z "$CRYPTSETUP_PATH" ] && { export LD_PRELOAD=./fake_token_path.so CRYPTSETUP_PATH=".." } -- 2.27.0