Skip to content

Commit

Permalink
extras/tests: adjust 30_kdf for KDF related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Narrat committed Oct 30, 2024
1 parent 88e04b9 commit 2770771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/test/30_kdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 2770771

Please sign in to comment.