mas01cr@252: #! /bin/bash mas01cr@193: mas01cr@193: . ../test-utils.sh mas01cr@193: mas01cr@193: if [ -f testdb ]; then rm -f testdb; fi mas01cr@193: mas01cr@193: ${AUDIODB} -N -d testdb mas01cr@193: mas01cr@193: ${AUDIODB} -P -d testdb mas01cr@193: ${AUDIODB} -d testdb -P mas01cr@193: mas01cr@193: # should fail (no db given) mas01cr@193: expect_clean_error_exit ${AUDIODB} -P mas01cr@193: mas01cr@193: exit 104