diff --git a/extras/test/30_kdf.sh b/extras/test/30_kdf.sh index f9bb329f..3008b93f 100644 --- a/extras/test/30_kdf.sh +++ b/extras/test/30_kdf.sh @@ -8,22 +8,22 @@ if test_have_prereq KDF; then test_export "kdf" test_expect_success 'Testing KDF: tomb creation' ' tt_dig -s 20 && - tt_forge --tomb-pwd $DUMMYPASS --kdf 1 && + tt_forge --tomb-pwd $DUMMYPASS --kdf && print $DUMMYPASS \ | gpg --batch --passphrase-fd 0 --no-tty --no-options -d $tomb_key \ | xxd && - tt_lock --tomb-pwd $DUMMYPASS --kdf 1 + tt_lock --tomb-pwd $DUMMYPASS ' test_expect_success 'Testing KDF: tomb passwd' ' - tt passwd -k $tomb_key --kdf 1 \ + tt passwd -k $tomb_key --kdf \ --unsafe --tomb-old-pwd $DUMMYPASS --tomb-pwd $DUMMYPASSNEW && - tt passwd -k $tomb_key --kdf 1 \ + tt passwd -k $tomb_key --kdf \ --unsafe --tomb-old-pwd $DUMMYPASSNEW --tomb-pwd $DUMMYPASS ' test_expect_success 'Testing KDF: tomb open & close' ' - tt_open --tomb-pwd $DUMMYPASS --kdf 1 && + tt_open --tomb-pwd $DUMMYPASS && tt_close ' fi