changeset 570:d1456b3f490a

test for command-line binary no-argument behaviour
author mas01cr
date Fri, 03 Jul 2009 15:00:28 +0000
parents 327fd3aa17e6
children d25eb017b68e
files tests/0047/run-test.sh tests/0047/short-description
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/0047/run-test.sh	Fri Jul 03 15:00:28 2009 +0000
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+. ../test-utils.sh
+
+if [ -f testdb ]; then rm -f testdb; fi
+
+${AUDIODB} > test-output
+grep help test-output > /dev/null
+
+exit 104
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/0047/short-description	Fri Jul 03 15:00:28 2009 +0000
@@ -0,0 +1,1 @@
+no-argument behaviour
\ No newline at end of file