tests fail because largefile writes path different on windows

Simon Heimberg simohe at besonet.ch
Fri Jan 17 12:12:21 CST 2014


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?

[1]http://hgbuildbot.kublai.com/builders/Windows%202008%20R2%20hg%20tests/builds/71/steps/run-tests.py%20%28python2.6%29/logs/stdio



More information about the Mercurial-devel mailing list