]> the.earth.li Git - onak.git/blobdiff - t/all-020-get.t
Use full key id in key id retrieval test + add separate short key id test
[onak.git] / t / all-020-get.t
index 8adaa3f43693f9bbe9a4d5797a5275f24ee54390..a96f8961cb5c8cb312f28757dc9a5a4ca24b8a02 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 
 cd t
 ../onak -b -c test.conf add < ../keys/noodles.key
-if ! ../onak -c test.conf get 0x2DA8B985 2> /dev/null | \
+if ! ../onak -c test.conf get 0x94FA372B2DA8B985 2> /dev/null | \
        grep -q -- '-----BEGIN PGP PUBLIC KEY BLOCK-----'; then
        echo "* Did not correctly retrieve key by keyid."
        exit 1