test-commandserver.py: filter path separator
Was failing on Windows:
-bundle.mainreporoot=$TESTTMP/repo
+bundle.mainreporoot=$TESTTMP\repo
--- 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'])