view tests/0013/run-test.sh @ 186:d5ae11d6cd2c no-big-mmap

Query -K tests. All currently failing, as there's an off-by-one error in the handling of the keylist file.
author mas01cr
date Fri, 16 Nov 2007 16:27:28 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104