From 60f28950bcee757c556d1b613cafd2606f928b8e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 9 Jun 2021 00:11:11 +0000 Subject: lei edit-search: fix and add a (weak) test This broke recently and lacked an automated test, so rely on EDITOR=cat to ensure we have some coverage. Fixes: d2670108f71b1eff ("pkt_op: make pkt_do an OO method") --- lib/PublicInbox/LeiEditSearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/LeiEditSearch.pm b/lib/PublicInbox/LeiEditSearch.pm index 13713d24..82dfbf63 100644 --- a/lib/PublicInbox/LeiEditSearch.pm +++ b/lib/PublicInbox/LeiEditSearch.pm @@ -19,7 +19,7 @@ sub lei_edit_search { my ($op_c, $op_p) = PublicInbox::PktOp->pair; # $op_p will EOF when $EDITOR is done $op_c->{ops} = { '' => [$lss->can('edit_done'), $lss, $lei] }; - $lei->send_exec_cmd([ @$lei{qw(0 1 2)}, $op_p ], \@cmd, {}); + $lei->send_exec_cmd([ @$lei{qw(0 1 2)}, $op_p->{op_p} ], \@cmd, {}); } *_complete_edit_search = \&PublicInbox::LeiUp::_complete_up; -- cgit v1.2.3-24-ge0c7