tests/test-https.t
changeset 35233 1b22d325089c
parent 34661 eb586ed5d8ce
child 39489 f1186c292d03
--- a/tests/test-https.t	Sat Dec 02 20:10:58 2017 -0500
+++ b/tests/test-https.t	Sat Dec 02 20:03:28 2017 -0500
@@ -34,15 +34,10 @@
 
 Test server address cannot be reused
 
-#if windows
   $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
-  abort: cannot start server at 'localhost:$HGPORT': * (glob)
+  abort: cannot start server at 'localhost:$HGPORT': $EADDRINUSE$
   [255]
-#else
-  $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
-  abort: cannot start server at 'localhost:$HGPORT': Address already in use
-  [255]
-#endif
+
   $ cd ..
 
 Our test cert is not signed by a trusted CA. It should fail to verify if