view tests/0013/run-test.sh @ 172:a28690f14021 no-big-mmap

Branch for removing the big mmap() -- and hence the 4GB limit on audiodbs.
author mas01cr
date Wed, 14 Nov 2007 15:55:09 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104