diff tests/test-http.t @ 17023:3e2d8120528b

test-http and test-https: partially adapt for Windows
author Adrian Buehlmann <adrian@cadifra.com>
date Tue, 19 Jun 2012 19:45:00 +0200
parents e7fdfc702d9f
children e432fb4b4221
line wrap: on
line diff
--- a/tests/test-http.t	Wed Jun 20 02:09:49 2012 +0300
+++ b/tests/test-http.t	Tue Jun 19 19:45:00 2012 +0200
@@ -17,9 +17,15 @@
 
 Test server address cannot be reused
 
+#if windows
+  $ hg serve -p $HGPORT1 2>&1
+  abort: cannot start server at ':$HGPORT1': * (glob)
+  [255]
+#else
   $ hg serve -p $HGPORT1 2>&1
   abort: cannot start server at ':$HGPORT1': Address already in use
   [255]
+#endif
   $ cd ..
   $ cat hg1.pid hg2.pid >> $DAEMON_PIDS