2 # Check we can index a key by SKS hash
6 # Backends should really support this, but the file one is as simple as
7 # possible, so doesn't. Skip the test for it.
8 if [ "$1" = "file" ]; then
13 ../onak -b -c test.conf add < ../keys/noodles.key
14 if ! ../onak -c test.conf hget 81929DAE08B8F80888DA524923B93067 2> /dev/null | \
15 grep -q -- '-----BEGIN PGP PUBLIC KEY BLOCK-----'; then
16 echo "* Did not correctly retrieve key by text"