From: "Torsten Bögershausen" <tboegi@web.de>
To: Michael Blume <blume.mike@gmail.com>, Git List <git@vger.kernel.org>
Subject: Re: mac test failure -- 2gb clone
Date: Thu, 13 Nov 2014 06:05:40 +0100 [thread overview]
Message-ID: <54643C24.20201@web.de> (raw)
In-Reply-To: <CAO2U3QjFCBqJ+_E-nyxGnm3GdwB1zJgK6d8SJ4QULQHY1D6bUw@mail.gmail.com>
On 2014-11-12 22.57, Michael Blume wrote:
[t5705-clone-2gb.sh broken on Mac OS]
It is most probably even broken on every platform,
since we renovated the URL parser in 2013.
(More info can be found here:)
git log t/t5601-clone.sh
I missed t5705-clone-2gb.sh,
because it has its own enabler variable GIT_TEST_CLONE_2GB instead
of using EXPENSIVE as other tests do.
We can say that it as a regression that the URL
file://.
is no longer supported, and change it like this:
diff --git a/t/t5705-clone-2gb.sh b/t/t5705-clone-2gb.sh
index e9783c3..a713118 100755
--- a/t/t5705-clone-2gb.sh
+++ b/t/t5705-clone-2gb.sh
@@ -46,7 +46,7 @@ test_expect_success CLONE_2GB 'clone - bare' '
test_expect_success CLONE_2GB 'clone - with worktree, file:// protocol' '
- git clone file://. clone-wt
+ git clone "file://$(pwd)" clone-wt
'
Thanks for reporting.
Does someone wants to send a patch for t5705-clone-2gb.sh ?
prev parent reply other threads:[~2014-11-13 5:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-12 21:57 mac test failure -- 2gb clone Michael Blume
2014-11-12 22:09 ` Michael Blume
2014-11-13 5:05 ` Torsten Bögershausen [this message]
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=54643C24.20201@web.de \
--to=tboegi@web.de \
--cc=blume.mike@gmail.com \
--cc=git@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.