Mercurial > hg-stable
changeset 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 | 32dbd1294ea7 |
children | a622c3fa10a5 |
files | tests/test-commandserver.t |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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