add mode1 test

This commit is contained in:
rocky
2003-09-19 04:34:53 +00:00
parent 12b3a4b1d8
commit d0c4e3444c
2 changed files with 156 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
#$Id: check_cd_read.sh,v 1.1 2003/09/19 04:09:47 rocky Exp $
#$Id: check_cd_read.sh,v 1.2 2003/09/19 04:34:53 rocky Exp $
#
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
#
@@ -38,6 +38,13 @@ test_cd_read "${srcdir}/${fname}.cue 1 0" \
RC=$?
check_result $RC "cd-read CUE test $testnum"
fname=isofs-m1
testnum=MODE1
test_cd_read "${srcdir}/${fname}.cue 1 0" \
${fname}-read.dump ${srcdir}/${fname}-read.right
RC=$?
check_result $RC "cd-read CUE test $testnum"
exit $RC
#;;; Local Variables: ***