view tests/0013/run-test.sh @ 711:ec23b53ffa14

* Added text for about box (feedback email and project URL) * Fixed up library path
author mas01mj
date Fri, 18 Jun 2010 14:06:03 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104