Mercurial > hg > audiodb
view tests/0026/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 | f9d16137e704 |
children |
line wrap: on
line source
#! /bin/bash . ../test-utils.sh if [ -f testdb ]; then rm -f testdb; fi ${AUDIODB} -N -d testdb ${AUDIODB} -P -d testdb ${AUDIODB} -d testdb -P # should fail (no db given) expect_clean_error_exit ${AUDIODB} -P exit 104