summaryrefslogtreecommitdiff
path: root/regress/percent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/percent.sh')
-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