On Sat, Nov 07, 2015 at 12:11:29PM +0000, Adam Dinwoodie wrote:

> Specifically, I'm seeing t5813 subtests 9-13 and 15-19 failing. This happens
> with a clean build straight from the Git source tree (git clean -dfx && make
> configure && ./configure && make && cd t && ./t5813-proto-disable-ssh.sh) as
> well as builds using the Cygwin packaging paraphernalia.

What does the output of "./t5813-proto-disable-ssh.sh -v -i" show?

It seems strange that it would fail only on Cygwin; this code doesn't
really use any platform-dependent features. It's also weird that it
fails _only_ for ssh, and _only_ on the tests that are using "ssh://"
URLs are not "host:path" syntax.

I tried building on Linux with the Cygwin build knobs found in
config.mak.uname, but I couldn't get it to fail. I also wondered if the
test was doing something with the shell that might not be portable, but
I don't see anything interesting.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to