Don't give CDDB info for audio test since it's not valid and we can't

assume we're connected to the Internet.
This commit is contained in:
rocky
2003-04-14 04:28:40 +00:00
parent 337d512e38
commit 2ff2239690

View File

@@ -1,5 +1,5 @@
#!/bin/sh
#$Id: check_cue.sh,v 1.2 2003/04/06 06:46:52 rocky Exp $
#$Id: check_cue.sh,v 1.3 2003/04/14 04:28:40 rocky Exp $
if test -z $srcdir ; then
srcdir=`pwd`
@@ -10,7 +10,7 @@ fi
BASE=`basename $0 .sh`
fname=fsf
test_cdinfo "--cue-file ${srcdir}/${fname}.cue" \
test_cdinfo "--cue-file ${srcdir}/${fname}.cue --nocddb" \
${fname}.dump ${srcdir}/${fname}.right
RC=$?
check_result $RC 'cdinfo CUE test 1'