tests fail because largefile writes path different on windows

Matt Mackall mpm at selenic.com
Sun Jan 19 23:15:14 CST 2014


On Fri, 2014-01-17 at 19:12 +0100, Simon Heimberg wrote:
> Does anybody know why largefile writes file:// with two slashes on linux but three slashes
> (file:///) on windows? From a failing result on buildbot [1]:
> 
>    linux:  	file://$TESTTMP		( file://$TESTTMP/d )
>    windows: 	file:///$TESTTMP	(  file:///$TESTTMP\d, the \ is handled by glob )
> 
> Do we care about two or three slashes?
> So should we fix the expected test result (with a pattern) or the output of largefile?

This should probably be made to match. It should be two slashes?

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list