view tests/0013/run-test.sh @ 542:79ffab663ace multiprobeLSH

This fix plugs a minor memory leak introduced in caching file references.
author mas01mc
date Sat, 07 Feb 2009 18:01:18 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104