]> the.earth.li Git - onak.git/blobdiff - t/all-040-index-text.t
Stop using 32-bit key IDs
[onak.git] / t / all-040-index-text.t
index f5b1c14e1c82ed3e0cd16ad237c1cca48c731147..43b489bb87a5ddaf62d30859580f2ec7a53c96fe 100755 (executable)
@@ -5,14 +5,14 @@ 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 index noodles 2> /dev/null | \
-       grep -q -- 'pub   4096R/2DA8B985 2008/06/03 Jonathan McDowell'; then
+cd ${WORKDIR}
+${BUILDDIR}/onak -b -c $1 add < ${TESTSDIR}/../keys/noodles.key
+if ! ${BUILDDIR}/onak -c $1 index noodles 2> /dev/null | \
+       grep -q -- 'pub   4096R/0x94FA372B2DA8B985 2008/06/03 Jonathan McDowell'; then
        echo "* Did not correctly retrieve key by text"
        exit 1
 fi