tests/test-commandserver.t
branchstable
changeset 23095 ac827031fe05
parent 23053 5ba11ab48fcf
child 23322 000cfc8b3913
child 23400 3bd577a3283e
--- a/tests/test-commandserver.t	Tue Oct 28 00:19:18 2014 +0900
+++ b/tests/test-commandserver.t	Mon Oct 27 16:39:57 2014 -0500
@@ -557,7 +557,7 @@
   $ cd repo
   $ hg update -q
 
-#if unix-socket
+#if unix-socket unix-permissions
 
   >>> import cStringIO
   >>> from hgclient import unixserver, readchannel, runcommand, check
@@ -602,8 +602,8 @@
   listening at .hg/server.sock
   abort: unknown command unknowncommand
   killed!
-
-#else
+#endif
+#if no-unix-socket
 
   $ hg serve --cmdserver unix -a .hg/server.sock
   abort: unsupported platform