Mercurial > hg-stable
changeset 22086:68f2f8bfe9ae stable
test-commandserver.py: filter path separator
Was failing on Windows:
-bundle.mainreporoot=$TESTTMP/repo
+bundle.mainreporoot=$TESTTMP\repo
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 09 Aug 2014 16:15:52 -0500 |
parents | 45a81266434f |
children | af62f0280a76 |
files | tests/test-commandserver.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-commandserver.py Sat Aug 09 16:05:03 2014 -0500 +++ b/tests/test-commandserver.py Sat Aug 09 16:15:52 2014 -0500 @@ -155,7 +155,7 @@ # the cached repo local hgrc contains ui.foo=bar, so showconfig should # show it - runcommand(server, ['showconfig']) + runcommand(server, ['showconfig'], outfilter=sep) # but not for this repo runcommand(server, ['init', 'foo'])