[PATCH STABLE] test-largefiles: fix failing test on Windows

Adrian Buehlmann adrian at cadifra.com
Fri Oct 19 09:12:59 CDT 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1350654316 -7200
# Branch stable
# Node ID 66a613b592213820a22c2a5f93f90c55c3405a73
# Parent  a029dac3894215ab566989050018b0b2fca35f8e
test-largefiles: fix failing test on Windows

The test failed due to / vs. \ in paths issues. Fixes 08d11b82d9fc.

diff --git a/tests/test-largefiles.t b/tests/test-largefiles.t
--- a/tests/test-largefiles.t
+++ b/tests/test-largefiles.t
@@ -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


More information about the Mercurial-devel mailing list