2 # Check we can delete a key successfully with the file backend.
7 ../onak -b -c test.conf add < ../keys/noodles.key
8 ../onak -b -c test.conf delete 0x2DA8B985
9 if [ -e db/0x2DA8B985 ]; then
10 echo "* Did not correctly delete key using file backend"