X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=t%2Fall-060-get-fingerprint.t;fp=t%2Fall-060-get-fingerprint.t;h=e79c636f7eb6beda0821abb58d5d4feb3812df0c;hb=97c3564f800bbf922f771f79bfb7e8e014fc9b77;hp=920e9a338dbcc8a66e8ad4ff9ec591980eb46235;hpb=018dafe62a5fcb63626c01d8bafdc7330fc13278;p=onak.git diff --git a/t/all-060-get-fingerprint.t b/t/all-060-get-fingerprint.t index 920e9a3..e79c636 100755 --- a/t/all-060-get-fingerprint.t +++ b/t/all-060-get-fingerprint.t @@ -4,8 +4,8 @@ set -e cd t -../onak -b -c test.conf add < ../keys/noodles.key -if ! ../onak -c test.conf get 0x0E3A94C3E83002DAB88CCA1694FA372B2DA8B985 2> /dev/null | \ +../onak -b -c $1 add < ../keys/noodles.key +if ! ../onak -c $1 get 0x0E3A94C3E83002DAB88CCA1694FA372B2DA8B985 2> /dev/null | \ grep -q -- '-----BEGIN PGP PUBLIC KEY BLOCK-----'; then echo "* Did not correctly retrieve key by keyid." exit 1