tests/test-bad-pull.t
changeset 17019 5d0538599428
parent 16496 abbabbbe4ec2
child 22046 7a9cbb315d84
--- a/tests/test-bad-pull.t	Thu Jun 21 03:05:02 2012 +0200
+++ b/tests/test-bad-pull.t	Tue Jun 19 17:05:04 2012 +0200
@@ -1,8 +1,14 @@
   $ "$TESTDIR/hghave" serve || exit 80
 
+#if windows
+  $ hg clone http://localhost:$HGPORT/ copy
+  abort: * (glob)
+  [255]
+#else
   $ hg clone http://localhost:$HGPORT/ copy
   abort: error: Connection refused
   [255]
+#endif
 
   $ test -d copy
   [1]