mas01cr@252: #! /bin/bash mas01cr@42: mas01cr@48: . ../test-utils.sh mas01cr@42: mas01cr@42: if [ -f testdb ]; then rm -f testdb; fi mas01cr@42: mas01cr@42: ${AUDIODB} -N -d testdb mas01cr@42: mas01cr@42: # FIXME: at some point we will want to test that some relevant mas01cr@42: # information is being printed mas01cr@42: ${AUDIODB} -S -d testdb mas01cr@42: ${AUDIODB} -d testdb -S mas01cr@42: mas01cr@42: # should fail (no db given) mas01cr@54: expect_clean_error_exit ${AUDIODB} -S mas01cr@42: mas01cr@42: exit 104