Add a test using --bin
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#$Id: check_cue.sh.in,v 1.2 2003/04/26 14:24:45 rocky Exp $
|
#$Id: check_cue.sh.in,v 1.3 2003/05/18 02:31:59 rocky Exp $
|
||||||
if test -n "@CDDB_LIB@" ; then
|
if test -n "@CDDB_LIB@" ; then
|
||||||
cddb_opt='--no-cddb'
|
cddb_opt='--no-cddb'
|
||||||
fi
|
fi
|
||||||
@@ -23,6 +23,11 @@ test_cdinfo "--cue-file ${srcdir}/${fname}.cue $cddb_opt" \
|
|||||||
RC=$?
|
RC=$?
|
||||||
check_result $RC "cdinfo CUE test $testnum"
|
check_result $RC "cdinfo CUE test $testnum"
|
||||||
|
|
||||||
|
test_cdinfo "--bin-file ${srcdir}/${fname}.bin $cddb_opt" \
|
||||||
|
${fname}.dump ${srcdir}/${fname}.right
|
||||||
|
RC=$?
|
||||||
|
check_result $RC "cdinfo BIN test $testnum"
|
||||||
|
|
||||||
fname=isofs-m1
|
fname=isofs-m1
|
||||||
testnum='ISO 9660 mode1'
|
testnum='ISO 9660 mode1'
|
||||||
if test -f ${srcdir}/${fname}.bin ; then
|
if test -f ${srcdir}/${fname}.bin ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user