From a25a899050fe9d9615e537bbe9e75485dc47e003 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Wed, 29 Apr 2020 18:11:37 -0400 Subject: [PATCH] test: fix gall +test-conf --- pkg/arvo/tests/sys/vane/gall.hoon | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pkg/arvo/tests/sys/vane/gall.hoon b/pkg/arvo/tests/sys/vane/gall.hoon index 4fff5dc60..bbc930bbc 100644 --- a/pkg/arvo/tests/sys/vane/gall.hoon +++ b/pkg/arvo/tests/sys/vane/gall.hoon @@ -31,21 +31,19 @@ :: =/ =duct ~[/init] =/ time (add ~1111.1.1 ~s1) - =/ =term %my-agent + =/ dap=term %my-agent =/ ship ~nec :: =/ call-args =/ =type -:!>(*task:able:gall) - =/ =task:able:gall [%conf term] + =/ =task:able:gall [%conf dap] [duct type task] :: =/ =move:gall-gate - =/ =path /sys/cor/[term]/(scot %p ship)/[term]/(scot %da time) + =/ =wire /sys/cor/[dap]/(scot %p ship)/home/(scot %da time) =/ =note-arvo - =/ =schematic:ford [%core [ship term] /hoon/[term]/app] - =/ =task:able:ford [%build %.y schematic] - [%f task] - [duct %pass path note-arvo] + [%c %warp ship %home ~ %sing %a da+time /app/[dap]/hoon] + [duct %pass wire note-arvo] :: =/ expected-moves=(list move:gall-gate) ~[move] ::