view tests/0002/run-test.sh @ 255:bfd34e8c84fb adding-emd

merged in the trunk updates to the adding-emd branch, also added the emd.c and emd.h support files. Actually starting the feature integration now
author map01bf
date Mon, 14 Apr 2008 15:36:29 +0000
parents f258a0258755
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

if [ -f testdb ]; then rm -f testdb; fi

${AUDIODB} -N -d testdb

# FIXME: at some point we will want to test that some relevant
# information is being printed
${AUDIODB} -S -d testdb
${AUDIODB} -d testdb -S

# should fail (no db given)
expect_clean_error_exit ${AUDIODB} -S

exit 104