tests/test-pull.t
changeset 31774 5e92ba77793c
parent 26604 a3fcc8e3136b
child 33636 92b583e3e522
--- a/tests/test-pull.t	Sun Apr 02 01:28:05 2017 -0400
+++ b/tests/test-pull.t	Sun Apr 02 01:51:07 2017 -0400
@@ -88,7 +88,11 @@
   abort: file:// URLs can only refer to localhost
   [255]
 
+MSYS changes 'file:' into 'file;'
+
+#if no-msys
   $ hg pull -q file:../test  # no-msys
+#endif
 
 It's tricky to make file:// URLs working on every platform with
 regular shell commands.