--- 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