Create open_input() for common input open routines.
Input error messages have been gone over. cd-read is a little more like the rest. Regression output now has NO-WARRANTY.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
This is free software; see the source for copying conditions.
|
||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||
PARTICULAR PURPOSE.
|
||||
0x0000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
|
||||
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
|
||||
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $Id: check_common_fn.in,v 1.9 2004/10/28 11:13:40 rocky Exp $
|
||||
# $Id: check_common_fn.in,v 1.10 2005/01/09 00:10:48 rocky Exp $
|
||||
#
|
||||
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||
# Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -161,7 +161,7 @@ test_cd_read() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
if ${CD_READ} ${opts} >${outfile} 2>&1 ; then
|
||||
if ${CD_READ} --no-header ${opts} >${outfile} 2>&1 ; then
|
||||
if test "@DIFF@" != no; then
|
||||
if @DIFF@ @DIFF_OPTS@ ${outfile} ${rightfile} ; then
|
||||
rm -f $outfile
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
This is free software; see the source for copying conditions.
|
||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||
PARTICULAR PURPOSE.
|
||||
0x0000: 0909 2020 2020 474e 5520 4745 4e45 5241 .. GNU GENERA
|
||||
0x0010: 4c20 5055 424c 4943 204c 4943 454e 5345 L PUBLIC LICENSE
|
||||
0x0020: 0a09 0920 2020 2020 2020 5665 7273 696f ... Versio
|
||||
|
||||
Reference in New Issue
Block a user