mas01cr@90: #! /bin/bash mas01cr@90: mas01cr@90: . ../test-utils.sh mas01cr@90: mas01cr@90: if [ -f testdb ]; then rm -f testdb; fi mas01cr@90: mas01cr@90: start_server ${AUDIODB} 10015 mas01cr@90: mas01cr@90: ${AUDIODB} -d testdb -N mas01cr@90: mas01cr@90: ${AUDIODB} -c localhost:10015 -d testdb -S > test1 mas01cr@90: ${AUDIODB} -S -c localhost:10015 -d testdb > test2 mas01cr@90: ${AUDIODB} -S -d testdb -c localhost:10015 > test3 mas01cr@90: mas01cr@90: cat > testoutput <