view tests/0013/run-test.sh @ 188:0caa733d48c5 no-big-mmap

Test against running off the end of the timesTable properly.
author mas01cr
date Fri, 16 Nov 2007 16:39:59 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104