view tests/0047/run-test.sh @ 570:d1456b3f490a

test for command-line binary no-argument behaviour
author mas01cr
date Fri, 03 Jul 2009 15:00:28 +0000
parents
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