[svn-r3426] Description:

Some fixes were wiped out by Bob's commit.
    Recovered the changes.
This commit is contained in:
Albert Cheng 2001-02-16 15:38:32 -05:00
parent 925a56fbb5
commit 3a6c7fe631

View File

@ -19,7 +19,7 @@ if test -z "$srcdir"; then
srcdir=.
fi
mkdir testfiles >/dev/null 2>&1
test -d testfiles || mkdir testfiles
# Print a line-line message left justified in a field of 70 characters
# beginning with the word "Testing".
@ -50,8 +50,8 @@ TOOLTEST() {
echo "Expected output for '$DUMPER $@'"
echo "#############################"
cd $srcdir/testfiles
$RUNSERIAL $DUMPER_BIN "$@" 2>&1
) >$actual
$RUNSERIAL $DUMPER_BIN "$@"
) >$actual 2>&1
if $CMP $expect $actual; then
echo " PASSED"