##// END OF EJS Templates
tests: fix spurious largefiles test failure on Cygwin
Matt Mackall -
r15374:6cb8b46e stable
parent child Browse files
Show More
@@ -840,7 +840,7 b' We have to simulate that here by setting'
840 $ mkdir bob
840 $ mkdir bob
841 $ HOME="`pwd`/bob"
841 $ HOME="`pwd`/bob"
842 $ cd bob
842 $ cd bob
843 $ hg clone ../alice/pubrepo pubrepo
843 $ hg clone --pull ../alice/pubrepo pubrepo
844 requesting all changes
844 requesting all changes
845 adding changesets
845 adding changesets
846 adding manifests
846 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now