mas01cr@570: #! /bin/bash mas01cr@570: mas01cr@570: . ../test-utils.sh mas01cr@570: mas01cr@570: if [ -f testdb ]; then rm -f testdb; fi mas01cr@570: mas01cr@570: ${AUDIODB} > test-output mas01cr@570: grep help test-output > /dev/null mas01cr@570: mas01cr@570: exit 104