X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=t%2Ffile-000-add.t;h=dbfb8118aa469589c12c8a6387a32d2a25e7bea3;hb=97c3564f800bbf922f771f79bfb7e8e014fc9b77;hp=cd7a4c5b0e05dba44922e5ec0fa436ed92669318;hpb=018dafe62a5fcb63626c01d8bafdc7330fc13278;p=onak.git diff --git a/t/file-000-add.t b/t/file-000-add.t index cd7a4c5..dbfb811 100755 --- a/t/file-000-add.t +++ b/t/file-000-add.t @@ -4,7 +4,7 @@ set -e cd t -../onak -b -c test.conf add < ../keys/noodles.key +../onak -b -c $1 add < ../keys/noodles.key if [ ! -e db/0x2DA8B985 ]; then echo Did not correctly add key using file backend. exit 1