summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-07-17 07:10:24 +0000
committerDarren Tucker <dtucker@dtucker.net>2020-07-17 18:03:12 +1000
commit40649bd0822883b684183854b16d0b8461d5697b (patch)
treefb53f723ad40400efd29dc27365fb17fdcf27d76
parent6736fe680704a3518cb4f3f8f6723b00433bd3dd (diff)
upstream: Add test for '%k' (HostKeyAlias) TOKEN.
OpenBSD-Regress-ID: 8ed1ba1a811790031aad3fcea860a34ad7910456
-rw-r--r--regress/percent.sh3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: percent.sh,v 1.8 2020/07/17 03:26:58 dtucker Exp $ 1# $OpenBSD: percent.sh,v 1.9 2020/07/17 07:10:24 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="percent expansions" 4tid="percent expansions"
@@ -87,6 +87,7 @@ for i in matchexec localcommand remotecommand controlpath identityagent \
87 trial $i '%L' $HOST 87 trial $i '%L' $HOST
88 trial $i '%l' $HOSTNAME 88 trial $i '%l' $HOSTNAME
89 trial $i '%n' somehost 89 trial $i '%n' somehost
90 trial $i '%k' localhost-with-alias
90 trial $i '%p' $PORT 91 trial $i '%p' $PORT
91 trial $i '%r' $REMUSER 92 trial $i '%r' $REMUSER
92 trial $i '%u' $USER 93 trial $i '%u' $USER