"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Rene Kita <mail@rkta.de>
Subject:
Re: document missing dependencies for gotsysd regress
To:
gameoftrees@openbsd.org
Date:
Fri, 19 Jun 2026 12:49:07 +0200

Download raw body.

Thread
On Fri, Jun 19, 2026 at 11:56:37AM +0200, Stefan Sperling wrote:
> On Fri, Jun 19, 2026 at 11:10:10AM +0200, Rene Kita wrote:
> > On Fri, Jun 19, 2026 at 10:04:26AM +0200, Stefan Sperling wrote:
> > > On Thu, Jun 18, 2026 at 07:43:07PM +0000, Johannes Thyssen Tishman wrote:
> > > > Bumped into this while testing.
> > > 
> > > ok, and thanks for spotting this.
> > > 
> > > > M  regress/gotsysd/README  |  4+  3-
> > > > 
> > > > 1 file changed, 4 insertions(+), 3 deletions(-)
> > > > 
> > > > commit - 649164ccf11bfc1d9fdf980602c3ad2067b5a7ce
> > > > commit + 06fb2620c962791110df2c90355778f0a6b963ee
> > > > blob - a328ed29230e4a342dcb5e9b6d2a623b2201ca3d
> > > > blob + 3fbefd839ba4e83b9adb8e988f58638274d729b2
> > > > --- regress/gotsysd/README
> > > > +++ regress/gotsysd/README
> > > > @@ -44,10 +44,11 @@ the VM can be shut down from the host:
> > > >  
> > > >    # vmctl stop gotsysd-test
> > > >  
> > > > -The gotsysd test suite also tests gotwebd user authentication. These tests
> > > > -require the w3m browser to be installed:
> > > > +The gotsysd test suite depends on git(1). Additionally, tests for gotwebd user
> > > > +authentication and notifications require the w3m browser and Perl's
> > 
> > AFAIK, those test depend on -cookie-jar which was added on v0.5.4. Dunno
> > if this matters, any recent OpenBSD has this or a newer version in ports.
> 
> Yes, w3m -cookie-jar is there by default when installed from OpenBSD packages,
> at least on 7.8 and later. And gotsysd and its tests only run on OpenBSD so
> availability in other operating systems doesn't matter for now.
> 
> I am aware that -cookie-jar is considered an experimental option by the w3m
> maintainers. I hope they won't remove it because this was the easiest way
> I could find to test this functionality.
> 

Oh right, it's still listed as experimental in the man page. I gonna fix
this. -cookie-jar will stay.