# HG changeset patch # User Matt Harbison # Date 1550372638 18000 # Node ID 92055d539e4935bb4aa34a907221dcd52711c7c6 # Parent 19d8d685633898ba2953d918096523ede01ba687 tests: conditionalize msys path mangling in test-bundle.t This broke in 252cc56c9ff6 when the variables were printed one per line. The only reason I can think of is that MSYS knew the former string couldn't be a list of paths, but thinks this form is. diff -r 19d8d6856338 -r 92055d539e49 tests/test-bundle.t --- a/tests/test-bundle.t Sat Feb 16 21:49:55 2019 -0500 +++ b/tests/test-bundle.t Sat Feb 16 22:03:58 2019 -0500 @@ -222,6 +222,7 @@ > EOF doesn't work (yet ?) +NOTE: msys is mangling the URL below hg -R bundle://../full.hg verify @@ -239,7 +240,8 @@ HG_NODE_LAST=aa35859c02ea8bd48da5da68cd2740ac71afcbaf HG_SOURCE=pull HG_TXNID=TXN:$ID$ - HG_URL=bundle:../full.hg + HG_URL=bundle:../full.hg (no-msys !) + HG_URL=bundle;../full.hg (msys !) (run 'hg heads' to see heads, 'hg merge' to merge)