Call for testing: OpenSSH 8.9
Darren Tucker
dtucker at dtucker.net
Thu Feb 17 14:09:09 AEDT 2022
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
To me it seems like it should look in ${SRC} last, but ok either way.
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list