view tests/0013/run-test.sh @ 238:3f1d970f7406 refactoring

More details in INSTALL.txt
author mas01cr
date Thu, 13 Dec 2007 09:58:44 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104