From 4518cf4838024cb84fa74bf02acdbcac45684820 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Fri, 19 Aug 2022 16:13:30 +0300 Subject: [PATCH] tests: receiver gall gives %done to ames --- pkg/arvo/tests/sys/grq.hoon | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pkg/arvo/tests/sys/grq.hoon b/pkg/arvo/tests/sys/grq.hoon index 031a5b329..3cc6c25e2 100644 --- a/pkg/arvo/tests/sys/grq.hoon +++ b/pkg/arvo/tests/sys/grq.hoon @@ -81,5 +81,14 @@ [%give %unto %watch-ack ~] == == - :- t6 |. :- %& ~ + :- t6 |. :- %| + =^ t7 gall.bud + %: gall-check-take:v gall.bud + [~1111.1.2 0xbeef.dead *roof] + :+ /sys/req/~nec/pub ~[/bone/~nec/0/1 //unix] + [%gall %unto %watch-ack ~] + :~ :- ~[/bone/~nec/0/1 //unix] [%give %done ~] + == + == + :- t7 |. :- %& ~ --