From 3608c348b44d879160284c17e1f8f1845c600d08 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Thu, 28 May 2020 14:19:51 +0200 Subject: [PATCH] tests: Fix bad password --- tests/Sanity/basic-sanity/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Sanity/basic-sanity/runtest.sh b/tests/Sanity/basic-sanity/runtest.sh index 6fe347a..d1e6c27 100755 --- a/tests/Sanity/basic-sanity/runtest.sh +++ b/tests/Sanity/basic-sanity/runtest.sh @@ -150,7 +150,7 @@ function TestVolumeKeyRestore() { ClearGpgAgentsCache RunCmdViaExpect Command volume_key --restore "${_VOLUME}" "${_PACKET}" - Input --lukspass "${_LUKS_PASS}" + Input --lukspass "${_NEW_LUKS_PASS}" Input --packetpass "${_PACKET_PASS}" Input ${USING_PINENTRY:+--pinentry} FinishRun || return $?