~ubuntu-branches/ubuntu/maverick/libcdio/maverick

« back to all changes in this revision

Viewing changes to test/check_cd_read.sh

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Boullis
  • Date: 2007-10-04 00:52:35 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071004005235-4e3gdi4x2q2d14jx
Tags: 0.78.2+dfsg1-1
* Repack the source tarball to remove non-DFSG-free
  documentation. Thanks to Joerg Jaspert for pointing this.
* Also update debian/copyright to reflect the status of the removed
  documentation.
* Add libncurses5-dev | libncurses-dev to the build-dependencies, for
  cdda-player.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
#$Id: check_cd_read.sh,v 1.7 2005/01/29 20:54:20 rocky Exp $
 
2
#$Id: check_cd_read.sh,v 1.8 2006/03/17 23:37:19 rocky Exp $
3
3
#
4
4
#    Copyright (C) 2003, 2005 Rocky Bernstein <rocky@panix.com>
5
5
#
33
33
 
34
34
fname=cdda
35
35
testnum=CD-DA
36
 
opts="-c ${srcdir}/${fname}.cue --mode=red --start=0"
 
36
opts="-c ${srcdir}/${fname}.cue --mode=red --just-hex --start=0"
37
37
test_cd_read  "$opts" ${fname}-read.dump ${srcdir}/${fname}-read.right
38
38
RC=$?
39
39
check_result $RC "cd-read CUE test $testnum" "cd-read $opts"