Call for testing: OpenSSH 8.9

Corinna Vinschen vinschen at redhat.com
Thu Feb 17 20:20:03 AEDT 2022


On Feb 17 14:09, Darren Tucker wrote:
> On Thu, 17 Feb 2022 at 13:57, Damien Miller <djm at mindrot.org> wrote:
> > I was able to recreate this on Rocky Linux, this seems to fix it:
> >
> > diff --git a/regress/test-exec.sh b/regress/test-exec.sh
> > index 15bdd0847..358d8082e 100644
> > --- a/regress/test-exec.sh
> > +++ b/regress/test-exec.sh
> > @@ -576,6 +576,8 @@ elif [ -f "${SRC}/misc/sk-dummy/obj/sk-dummy.so" ] ; then
> >         SSH_SK_PROVIDER="${SRC}/misc/sk-dummy/obj/sk-dummy.so"
> >  elif [ -f "${SRC}/misc/sk-dummy/sk-dummy.so" ] ; then
> >         SSH_SK_PROVIDER="${SRC}/misc/sk-dummy/sk-dummy.so"
> > +elif [ -f "${OBJ}/misc/sk-dummy/sk-dummy.so" ] ; then
> > +       SSH_SK_PROVIDER="${OBJ}/misc/sk-dummy/sk-dummy.so"
> >  fi

This works fine for Cygwin as well, thanks!

> To me it seems like it should look in ${SRC} last, ...

I agree with that.  First builddir, then srcdir.


Thanks,
Corinna



More information about the openssh-unix-dev mailing list