tests: conditionalize msys path mangling in test-bundle.t
authorMatt Harbison <matt_harbison@yahoo.com>
Sat, 16 Feb 2019 22:03:58 -0500
changeset 41731 92055d539e49
parent 41730 19d8d6856338
child 41732 9d39671adadb
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.
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)