test-largefiles: fix failing test on Windows stable
authorAdrian Buehlmann <adrian@cadifra.com>
Fri, 19 Oct 2012 15:45:16 +0200
branchstable
changeset 17843 66a613b59221
parent 17842 a029dac38942
child 17844 b32e55e6c3c7
test-largefiles: fix failing test on Windows The test failed due to / vs. \ in paths issues. Fixes 08d11b82d9fc.
tests/test-largefiles.t
--- a/tests/test-largefiles.t	Fri Oct 19 15:03:35 2012 +0200
+++ b/tests/test-largefiles.t	Fri Oct 19 15:45:16 2012 +0200
@@ -1663,7 +1663,7 @@
 
   $ hg -q clone src clone2
   $ hg -R clone2 paths | grep default
-  default = $TESTTMP/issue3651/src
+  default = $TESTTMP/issue3651/src (glob)
 
   $ hg -R clone2 summary --large
   parent: 0:fc0bd45326d3 tip
@@ -1674,7 +1674,7 @@
   searching for changes
   largefiles: (no files to upload)
   $ hg -R clone2 outgoing --large
-  comparing with $TESTTMP/issue3651/src
+  comparing with $TESTTMP/issue3651/src (glob)
   searching for changes
   no changes found
   searching for changes
@@ -1697,7 +1697,7 @@
   searching for changes
   largefiles: 1 to upload
   $ hg -R clone2 outgoing --large
-  comparing with $TESTTMP/issue3651/src
+  comparing with $TESTTMP/issue3651/src (glob)
   searching for changes
   changeset:   1:1acbe71ce432
   tag:         tip