From: Stefan Sperling Subject: Re: document missing dependencies for gotsysd regress To: Johannes Thyssen Tishman , gameoftrees@openbsd.org Date: Fri, 19 Jun 2026 10:04:26 +0200 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 > +Digest::HMAC module, respectively: > > - # pkg_add w3m > + # pkg_add git w3m p5-Digest-HMAC > > Now the actual test suite can be run with: > > >