From: djm@openbsd.org Date: Mon, 22 Dec 2025 01:31:07 +0000 (+0000) Subject: upstream: don't try to test webauthn signatures. Nothing in OpenSSH X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adca2f439827eb829652805f36e288b5b260ce1b;p=thirdparty%2Fopenssh-portable.git upstream: don't try to test webauthn signatures. Nothing in OpenSSH generates these (yet) OpenBSD-Regress-ID: 48d59b7c4768c2a22ce3d8cf3b455e6ada9fc7b0 --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 7206e74e8..577bc01af 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.138 2025/12/07 02:49:41 dtucker Exp $ +# $OpenBSD: test-exec.sh,v 1.139 2025/12/22 01:31:07 djm Exp $ # Placed in the Public Domain. #SUDO=sudo @@ -722,9 +722,9 @@ export EXTRA_AGENT_ARGS maybe_filter_sk() { if test -z "$SSH_SK_PROVIDER" ; then - grep -v ^sk + grep -v ^sk | grep -v ^webauthn else - cat + grep -v ^webauthn fi }