Skip to content
Snippets Groups Projects
Commit b1507ab0 authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

tests: avoid a "magic" nodeid in test-wireproto-command-lookup.t

This helps with readability.

Differential Revision: https://phab.mercurial-scm.org/D8734
parent a659d5a4
Branches
Tags
No related merge requests found
......@@ -15,6 +15,7 @@
> |
> A
> EOF
$ root_node=$(hg log -r A -T '{node}')
$ hg serve -p $HGPORT -d --pid-file hg.pid -E error.log
$ cat hg.pid > $DAEMON_PIDS
......@@ -23,7 +24,7 @@
$ sendhttpv2peer << EOF
> command lookup
> key 426bada5c67598ca65036d57d9e4b64b0c1ce7a0
> key $root_node
> EOF
creating http peer for wire protocol version 2
sending lookup command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment