Remvoe headers. Run with --no-header now.

This commit is contained in:
rocky
2003-06-07 20:41:21 +00:00
parent f07eb71a90
commit 4c5b8a3dfd
16 changed files with 3 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
# $Id: check_common_fn,v 1.3 2003/05/30 10:58:05 rocky Exp $
# $Id: check_common_fn,v 1.4 2003/06/07 20:41:21 rocky Exp $
SKIP_TEST_EXITCODE=77
have_cmp() {
@@ -45,7 +45,7 @@ test_cdinfo() {
return 1
fi
if ${CDINFO} ${opts} >${outfile} 2>&1 ; then
if ${CDINFO} --no-header ${opts} >${outfile} 2>&1 ; then
if have_cmp; then
if cmp ${outfile} ${rightfile} ; then
rm -f $outfile