diff tests/test-commandserver.t @ 23095:ac827031fe05 stable

tests: don't try to test unix sockets on vfat
author Matt Mackall <mpm@selenic.com>
date Mon, 27 Oct 2014 16:39:57 -0500
parents 5ba11ab48fcf
children 000cfc8b3913 3bd577a3283e
line wrap: on
line diff
--- 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