X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=t%2Fall-090-get-subkey-short.t;h=d120598969ea13a181778b336c23ed1875a072fc;hb=97c3564f800bbf922f771f79bfb7e8e014fc9b77;hp=891a566da73b025e6e9d577f7fe225a466e29035;hpb=018dafe62a5fcb63626c01d8bafdc7330fc13278;p=onak.git diff --git a/t/all-090-get-subkey-short.t b/t/all-090-get-subkey-short.t index 891a566..d120598 100755 --- a/t/all-090-get-subkey-short.t +++ b/t/all-090-get-subkey-short.t @@ -5,18 +5,18 @@ set -e # Backends should really support this, but the file one is as simple as # possible, so doesn't. Skip the test for it. -if [ "$1" = "file" ]; then +if [ "$2" = "file" ]; then exit 0 fi cd t -../onak -b -c test.conf add < ../keys/noodles.key -if ! ../onak -c test.conf get 0xB9A66E35 2> /dev/null | \ +../onak -b -c $1 add < ../keys/noodles.key +if ! ../onak -c $1 get 0xB9A66E35 2> /dev/null | \ grep -q -- '-----BEGIN PGP PUBLIC KEY BLOCK-----'; then echo "* Did not correctly retrieve key by subkey id." exit 1 fi -if ! ../onak -c test.conf get 0xCF3FBAD1 2> /dev/null | \ +if ! ../onak -c $1 get 0xCF3FBAD1 2> /dev/null | \ grep -q -- '-----BEGIN PGP PUBLIC KEY BLOCK-----'; then echo "* Did not correctly retrieve key by subkey id." exit 1