Add RevokedHostKeys to percent expansion test.
authordtucker <dtucker@openbsd.org>
Mon, 27 Mar 2023 03:56:50 +0000 (03:56 +0000)
committerdtucker <dtucker@openbsd.org>
Mon, 27 Mar 2023 03:56:50 +0000 (03:56 +0000)
regress/usr.bin/ssh/percent.sh

index e34aaf2..354854f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: percent.sh,v 1.16 2023/01/14 09:57:08 dtucker Exp $
+#      $OpenBSD: percent.sh,v 1.17 2023/03/27 03:56:50 dtucker Exp $
 #      Placed in the Public Domain.
 
 tid="percent expansions"
@@ -61,7 +61,8 @@ trial()
 }
 
 for i in matchexec localcommand remotecommand controlpath identityagent \
-    forwardagent localforward remoteforward userknownhostsfile; do
+    forwardagent localforward remoteforward revokedhostkeys \
+    userknownhostsfile; do
        verbose $tid $i percent
        case "$i" in
        localcommand|userknownhostsfile)