Add a test using --bin

This commit is contained in:
rocky
2003-05-18 02:31:59 +00:00
parent ecc0564d6a
commit 916220e58b

View File

@@ -1,5 +1,5 @@
#!/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
cddb_opt='--no-cddb'
fi
@@ -23,6 +23,11 @@ test_cdinfo "--cue-file ${srcdir}/${fname}.cue $cddb_opt" \
RC=$?
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
testnum='ISO 9660 mode1'
if test -f ${srcdir}/${fname}.bin ; then