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