# HG changeset patch # User Augie Fackler # Date 1518465618 18000 # Node ID 54e2abc73686931f9c72adda149b7dca69e45094 # Parent b60c577b6e03e4a882efd9a4abd8c6b38a115520 tests: use `hello` not `capabilities` over ssh Differential Revision: https://phab.mercurial-scm.org/D2195 diff -r b60c577b6e03 -r 54e2abc73686 tests/test-narrow-clone-non-narrow-server.t --- a/tests/test-narrow-clone-non-narrow-server.t Mon Feb 12 14:58:32 2018 -0500 +++ b/tests/test-narrow-clone-non-narrow-server.t Mon Feb 12 15:00:18 2018 -0500 @@ -18,7 +18,7 @@ $ cat hg.pid >> "$DAEMON_PIDS" Verify that narrow is advertised in the bundle2 capabilities: - $ echo capabilities | hg -R . serve --stdio | \ + $ echo hello | hg -R . serve --stdio | \ > python -c "import sys, urllib; print urllib.unquote_plus(list(sys.stdin)[1])" | grep narrow narrow=v0