test/check_paranoia.sh.in: need to ignore variance in status.

This commit is contained in:
rocky
2008-03-08 18:11:11 +00:00
parent 40fe8bcd2d
commit b04b348e69
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
/*
$Id: version.h,v 1.4 2005/01/22 19:39:16 rocky Exp $
$Id: version.h,v 1.5 2008/03/08 18:11:11 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
Copyright (C) 2001 Monty xiphmont@mit.edu
This program is free software; you can redistribute it and/or modify
@@ -26,5 +26,5 @@
#define PARANOIA_VERSION \
"cdparanoia III release 9.8 libcdio " CDIO_VERSION "\n" \
"(C) 2001 Monty <monty@xiph.org> and Xiphophorus\n" \
"(C) 2004, 2005 Rocky Bernstein <rocky@panix.com>\n\n" \
"(C) 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>\n\n" \
"Report bugs to bug-libcdio@gnu.org\n"

View File

@@ -1,3 +1,3 @@
outputting to cdda.raw
(== PROGRESS == [++- - - | 000301 10 ] == :^D * ==)
(== PROGRESS == [] == :^D * ==)

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: check_paranoia.sh.in,v 1.14 2008/03/08 16:45:19 rocky Exp $
# $Id: check_paranoia.sh.in,v 1.15 2008/03/08 18:11:11 rocky Exp $
# Compare our cd-paranoia with known good results.
if test "X$srcdir" = "X" ; then
@@ -52,7 +52,7 @@ if test "@CMP@" != no -a "@BUILD_CD_PARANOIA_TRUE@"X = X ; then
echo "** Small jitter correction problem"
exit 3
fi
tail -3 ./cd-paranoia.log > ./cd-paranoia-filtered.log
tail -3 ./cd-paranoia.log | sed -e's/\[.*\]/\[\]/' > ./cd-paranoia-filtered.log
if @CMP@ $srcdir/cd-paranoia-log.right ./cd-paranoia-filtered.log ; then
echo "** --log option okay"
rm ./cd-paranoia.log ./cd-paranoia-filtered.log