bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:07:24 -0400

>From info-cvs-admin@gnu.org  Tue Feb  6 05:02:41 2001
>Return-Path: <info-cvs-admin@gnu.org>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
FAA16353
        for <jareth@camelot.co.jp>; Tue, 6 Feb 2001 05:02:39 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14Pro1-0001kl-00; Mon, 05 Feb 2001 15:00:09 -0500
Received: from heimdall.sdrc.com ([146.122.132.195] helo=sdrc.com)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14Prlu-0001h9-00; Mon, 05 Feb 2001 14:57:59 -0500
Received: from tyr.sdrc.com (mailhub-cvg.sdrc.com [146.122.142.31])
        by sdrc.com (8.9.1/8.9.1) with ESMTP id OAA11416;
        Mon, 5 Feb 2001 14:57:56 -0500 (EST)
Received: from thor.sdrc.com (scjones@thor.sdrc.com [146.122.62.108])
        by tyr.sdrc.com (8.8.6 (PHNE_17190)/8.8.5) with ESMTP id OAA05840;
        Mon, 5 Feb 2001 14:57:54 -0500 (EST)
Received: (from scjones@localhost)
        by thor.sdrc.com (8.9.0/8.9.0) id OAA29768;
        Mon, 5 Feb 2001 14:57:54 -0500 (EST)
Message-Id: <200102051957.OAA29768@thor.sdrc.com>
Subject: Re: MVS sanity.sh: multiroot-status-1 problem (hey, we're almost there 
folks)
To: wdtj@yahoo.com (Wayne Johnson)
Cc: info-cvs@gnu.org, bug-cvs@gnu.org
In-Reply-To: <20010205180034.156.qmail@web2302.mail.yahoo.com> from "Wayne 
Johnson" at Feb 5, 1 10:00:34 am
From: larry.jones@sdrc.com (Larry Jones)
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: info-cvs-admin@gnu.org
Errors-To: info-cvs-admin@gnu.org
X-BeenThere: info-cvs@gnu.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:info-cvs-request@gnu.org?subject=help>
List-Post: <mailto:info-cvs@gnu.org>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:info-cvs-request@gnu.org?subject=subscribe>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:info-cvs-request@gnu.org?subject=unsubscribe>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Mon, 5 Feb 2001 14:57:54 -0500 (EST)
Status: O
Content-Length: 1261
Lines: 38

Wayne Johnson writes:
> 
> Sorry, you're quite right, I had twiddled with the two until the diff
> came out 0. Here's a new set.

According to my expr those match, so I think you've got an expr bug of
some kind; are you using a system expr or GNU expr?

>  I also switched to dotest_internal_debug
> (still not working) and included the check.log.  Still not seeing it.

Your version of dotest_line_by_line isn't handling blank lines correctly
(this is fixed in the current sources, but after CVS 1.11); change it as
follows:

@@ -432,6 +430,9 @@
     if $EXPR "`sed -n ${line}p ${TESTDIR}/dotest.tmp`" : \
        "`sed -n ${line}p ${TESTDIR}/dotest.exp`" >/dev/null; then
       :
+    elif test -z "`sed -n ${line}p ${TESTDIR}/dotest.tmp`" &&
+       test -z "`sed -n ${line}p ${TESTDIR}/dotest.exp`"; then
+      :
     else
       echo "Line $line:" >> ${LOGFILE}
       echo "**** expected: " >>${LOGFILE}

You may well find that line-by-line works even though all-at-once
doesn't, expr bugs are like that.

-Larry Jones

That's the problem with nature.  Something's always stinging you
or oozing mucus on you. -- Calvin

_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]