diff -r 45a81266434f -r 68f2f8bfe9ae tests/test-commandserver.py --- 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'])