view tests/0047/run-test.sh @ 665:50761b56e8be

Make python tests actually pass on my machine. Needs an extra NULL to stop the python runtime whining about a mismatch between keyword args and values.
author mas01cr
date Tue, 02 Feb 2010 22:22:49 +0000
parents d1456b3f490a
children
line wrap: on
line source
#! /bin/bash

. ../test-utils.sh

if [ -f testdb ]; then rm -f testdb; fi

${AUDIODB} > test-output
grep help test-output > /dev/null

exit 104