extras/tests: adjust 30_kdf for KDF related changes

This commit is contained in:
Narrat 2024-07-28 20:39:08 +02:00
parent 88e04b9177
commit 27707714d4

View File

@ -8,7 +8,7 @@ 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 &&