view tests/0013/run-test.sh @ 92:caf4ec67ddaf

Give in to expediency and use SO_REUSEADDR on the bind() call. (Allows test cases to be run in quick succession. Possibly allows other stuff, positive and negative.)
author mas01cr
date Wed, 03 Oct 2007 13:53:39 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104