#!/bin/sh # Torture test: run update and purge operations in parallel processes. # This will result in some purge operations not finding all entries, # but the final sequential purge should eliminate all. set -e rm -f foo.lmdb ./dict_cache <