view tests/0013/run-test.sh @ 114:942e9ab50e9c

Towards portability of audioDB databases, step 1: explicitly request 32-bit fields, not just "unsigned".
author mas01cr
date Fri, 12 Oct 2007 09:16:43 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104