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