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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user