On Saturday 30 December 2017 at 02:40 pm +0000, Adam Dinwoodie wrote: > On Saturday 30 December 2017 at 02:21 pm +0000, Ramsay Jones wrote: > > Hi Junio, Adam, > > > > Just a quick note about the failure of the test-suite on cygwin. > > In particular, test t5580-clone-push-unc.sh #3, like so: > > > > <snip> > > > > Adam, are you running the tests on Windows 10? > > I'm only routinely testing on Windows 10 x86_64, but between holidays > various, I've not had the tests running for the past couple of weeks. > I'm kicking off a build now in the name of verifying I see the same > problem. I'm not able to reproduce this: t5580 is passing on both my Windows 10 test systems on v2.16.0-rc0. Looking at your output, it sounds like there's something slightly odd with your directory permissions. I agree the mixed slashes look odd, but given the test is passing on both my systems, I don't think that can be the problem. I suspect you're going to need to do some more digging yourself given this appears to be a permissions issue on your system. For a start, when you get to the failing `mkdir` with a UNC path, are you able to create the equivalent directory using Cygwin's `mkdir` but specifying a regular non-UNC path, or by opening the UNC path in Explorer and creating the directory there? Adam