tests: Fix bad password

This commit is contained in:
Jiri Kucera 2020-05-28 14:19:51 +02:00
parent 61bd1c3ee2
commit 3608c348b4

View File

@ -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 $?