From 61bd1c3ee2506c204cfd7582807288ba21fd8aae Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Thu, 28 May 2020 14:13:05 +0200 Subject: [PATCH] tests: volume_key.exp: Fix function name --- tests/utils/volume_key.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/volume_key.exp b/tests/utils/volume_key.exp index 5d301e6..20efc00 100755 --- a/tests/utils/volume_key.exp +++ b/tests/utils/volume_key.exp @@ -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 }