From 40649bd0822883b684183854b16d0b8461d5697b Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Fri, 17 Jul 2020 07:10:24 +0000 Subject: upstream: Add test for '%k' (HostKeyAlias) TOKEN. OpenBSD-Regress-ID: 8ed1ba1a811790031aad3fcea860a34ad7910456 --- regress/percent.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress/percent.sh') diff --git a/regress/percent.sh b/regress/percent.sh index f569f82c2..28781117e 100644 --- a/regress/percent.sh +++ b/regress/percent.sh @@ -1,4 +1,4 @@ -# $OpenBSD: percent.sh,v 1.8 2020/07/17 03:26:58 dtucker Exp $ +# $OpenBSD: percent.sh,v 1.9 2020/07/17 07:10:24 dtucker Exp $ # Placed in the Public Domain. tid="percent expansions" @@ -87,6 +87,7 @@ for i in matchexec localcommand remotecommand controlpath identityagent \ trial $i '%L' $HOST trial $i '%l' $HOSTNAME trial $i '%n' somehost + trial $i '%k' localhost-with-alias trial $i '%p' $PORT trial $i '%r' $REMUSER trial $i '%u' $USER -- cgit v1.2.3