tests: volume_key.exp: Fix function name

This commit is contained in:
Jiri Kucera 2020-05-28 14:13:05 +02:00
parent d58a399a9e
commit 61bd1c3ee2

View File

@ -106,6 +106,6 @@ if {"--save" in $::argv} {
expect eof
} elseif {"--restore" in $::argv} {
prompt_packet_password $packetpass $pinentry
prompt_new_volume_password $lukspass
prompt_new_luks_password $lukspass
expect eof
}