view tests/0013/run-test.sh @ 588:638e1647b199

Use _commit() to emulate fsync() fsync() itself is used to emulate fdatasync(). Round and round we go.
author mas01cr
date Tue, 11 Aug 2009 21:42:07 +0000
parents e64a2e7f543c
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

start_server ${AUDIODB} 10013

check_server $!

stop_server $!

exit 104