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