tests: don't try to test unix sockets on vfat stable
authorMatt Mackall <mpm@selenic.com>
Mon, 27 Oct 2014 16:39:57 -0500
branchstable
changeset 23095 ac827031fe05
parent 23094 32dbd1294ea7
child 23096 a622c3fa10a5
tests: don't try to test unix sockets on vfat
tests/test-commandserver.t
--- 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