On Feb 17 10:20, Corinna Vinschen wrote: > On Feb 17 14:09, Darren Tucker wrote: > > On Thu, 17 Feb 2022 at 13:57, Damien Miller <djm@xxxxxxxxxxx> 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. Latest master (667fec5d4fe4) plus the patchset from https://github.com/openssh/openssh-portable/pull/302 Builds on Cygwin and Fedora 35 in a dedicated build dir, all tests pass. Thanks! Corinna _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev