From: Jeff King <peff@peff.net>
To: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: 3 failures on test t9100 (svn)
Date: Tue, 2 Mar 2010 16:28:06 -0500 [thread overview]
Message-ID: <20100302212806.GA21413@coredump.intra.peff.net> (raw)
In-Reply-To: <20100302194518.GA12942@vidovic>
On Tue, Mar 02, 2010 at 08:45:18PM +0100, Nicolas Sebrecht wrote:
> Some tests in t9100 don't pass here with current next (full log
> attached). Any idea?
> [...]
> test_cmp:1: command not found: diff -u
Probably related to this line. Assuming you have "diff" in your PATH,
based on that message I would guess that your shell is trying to execute
"diff -u" as a single file, which obviously won't work. The relevant
code in test-lib.sh is something like:
GIT_TEST_CMP='diff -u'
test_cmp() {
$GIT_TEST_CMP "$@"
}
which _should_ split the "diff -u" on whitespace. What platform are you
on? Which shell is /bin/sh on your system?
-Peff
next prev parent reply other threads:[~2010-03-02 21:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-02 19:45 3 failures on test t9100 (svn) Nicolas Sebrecht
2010-03-02 21:28 ` Jeff King [this message]
2010-03-03 0:58 ` Nicolas Sebrecht
2010-03-03 9:22 ` git-svn died of signal 11 (was "3 failures on test t9100 (svn)") Nicolas Sebrecht
2010-03-03 17:31 ` Jeff King
2010-03-03 21:24 ` Nicolas Sebrecht
2010-03-03 17:23 ` 3 failures on test t9100 (svn) Jeff King
2010-03-03 19:52 ` Nicolas Sebrecht
2010-03-03 20:01 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100302212806.GA21413@coredump.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=nicolas.s.dev@gmx.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).