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.
--- 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)