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=".." }