X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=t%2Ffile-000-add.t;h=bd4a5f5b71074fbe02b0103553eb03ac82337061;hp=dbfb8118aa469589c12c8a6387a32d2a25e7bea3;hb=94422621d7c1300ae7001d13590570f9d4ad2a07;hpb=adc800dbc424a1e246dd4a82a0c2e88eeda25531 diff --git a/t/file-000-add.t b/t/file-000-add.t index dbfb811..bd4a5f5 100755 --- a/t/file-000-add.t +++ b/t/file-000-add.t @@ -3,8 +3,8 @@ set -e -cd t -../onak -b -c $1 add < ../keys/noodles.key +cd ${WORKDIR} +${BUILDDIR}/onak -b -c $1 add < ${TESTSDIR}/../keys/noodles.key if [ ! -e db/0x2DA8B985 ]; then echo Did not correctly add key using file backend. exit 1