view tests/0013/run-test.sh @ 201:b5087d00b062

Test for duplicate key detection logic. (Currently fails, as the string search doesn't include the terminating null, so the new key will match something with that as a prefix.)
author mas01cr
date Tue, 27 Nov 2007 18:13:48 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104