X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Flei.t;h=f7de1b711a836827b5fdbbff40473ad408eb3fce;hb=9ee1798e270f44c94bd13ca8becbac393535005b;hp=53fc43fbbb0a2d5db62284612a23fd87fc446543;hpb=9d72cc3f876e3d2bd1ecb2fc0f33c43a9a72b933;p=public-inbox.git diff --git a/t/lei.t b/t/lei.t index 53fc43fb..f7de1b71 100644 --- a/t/lei.t +++ b/t/lei.t @@ -101,7 +101,7 @@ my $test_config = sub { lei_ok(qw(-c imap.debug=a -c imap.debug=b config --get-all imap.debug)); is($lei_out, "a\nb\n", '-c and --get-all work together'); - lei_ok([qw(config -e)], { VISUAL => 'cat' }); + lei_ok([qw(config -e)], { VISUAL => 'cat', EDITOR => 'cat' }); is($lei_out, "[a]\n\tb = c\n", '--edit works'); };