view tests/0013/run-test.sh @ 375:336e4b74adc8

libtests are now compatible with the dylib created on mac osx
author map01bf
date Fri, 14 Nov 2008 15:50: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