]> git.feebdaed.xyz Git - 0xmirror/openssh-portable.git/commitdiff
upstream: don't try to test webauthn signatures. Nothing in OpenSSH
authordjm@openbsd.org <djm@openbsd.org>
Mon, 22 Dec 2025 01:31:07 +0000 (01:31 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 22 Dec 2025 01:51:32 +0000 (12:51 +1100)
generates these (yet)

OpenBSD-Regress-ID: 48d59b7c4768c2a22ce3d8cf3b455e6ada9fc7b0

regress/test-exec.sh

index 7206e74e88e95f4572415e9472b52e30236553bc..577bc01afa1cf9d81b2f5e56daadc80983243c21 100644 (file)
@@ -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
 }