# HG changeset patch # User mas01cr # Date 1193930549 0 # Node ID c47839762aa83c585db5ddb0844585c5a4feb84d # Parent 9ec0f27e07b9ce411e3d8d8615619d6fd642306f Power command-line handling diff -r 9ec0f27e07b9 -r c47839762aa8 tests/0026/run-test.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/0026/run-test.sh Thu Nov 01 15:22:29 2007 +0000 @@ -0,0 +1,15 @@ +#! /bin/sh + +. ../test-utils.sh + +if [ -f testdb ]; then rm -f testdb; fi + +${AUDIODB} -N -d testdb + +${AUDIODB} -P -d testdb +${AUDIODB} -d testdb -P + +# should fail (no db given) +expect_clean_error_exit ${AUDIODB} -P + +exit 104 diff -r 9ec0f27e07b9 -r c47839762aa8 tests/0026/short-description --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/0026/short-description Thu Nov 01 15:22:29 2007 +0000 @@ -0,0 +1,1 @@ +command-line -P handling \ No newline at end of file