cryptsetup/cryptsetup-2.4.0-Fix-ssh-plugin-test.patch
Ondrej Kozina f07e9cc28b Update to version 2.4.0-rc0.
- also adds experimental cryptsetup-ssh token subpackage
2021-07-02 23:00:36 +02:00

25 lines
591 B
Diff

From 0eb84931560a833d06fd99bfcbaeaec7ad3b6d13 Mon Sep 17 00:00:00 2001
From: Ondrej Kozina <okozina@redhat.com>
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