Re: [PATCH] cindex: fix test when missing time(1) executable

2023-11-15 Thread Konstantin Ryabitsev
On Wed, Nov 15, 2023 at 05:55:49AM +, Eric Wong wrote: > Eric Wong wrote: > > +++ b/t/cindex.t > > @@ -210,7 +210,7 @@ EOM > > my $cmd = [ qw(-cindex -u --all --associate -d), "$tmp/ext", > > '-I', $basic->{inboxdir} ]; > > $cidx_out = $cidx_err = ''; > > -

[PATCH] cindex: fix test when missing time(1) executable

2023-11-14 Thread Eric Wong
ociate w/o search'); > + ok(run_script($cmd, $env, undef), 'associate w/o search'); > like($cidx_err, qr/W: \Q$basic->{inboxdir}\E not indexed for search/, > 'non-Xapian-enabled inbox noted'); > } Yeah, using this on your new VM showed the problem right away: ------8