summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-04-03 05:43:11 +0000
committerDamien Miller <djm@mindrot.org>2020-04-03 17:24:42 +1100
commitbc5c5d01ad668981f9e554e62195383bc12e8528 (patch)
treeab3af9234cf302171b4108eff2d0bf1a62f5e7e4 /regress
parent81624026989654955a657ebf2a1fe8b9994f3c87 (diff)
upstream: Temporarily remove tests for '%C' since the hash contains the
local hostname and it doesn't work on any machine except mine... spotted by djm@ OpenBSD-Regress-ID: 2d4c3585b9fcbbff14f4a5a5fde51dbd0d690401
Diffstat (limited to 'regress')
-rw-r--r--regress/percent.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/percent.sh b/regress/percent.sh
index 7e19abe8f..d39286d46 100644
--- a/regress/percent.sh
+++ b/regress/percent.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: percent.sh,v 1.2 2020/04/03 03:14:03 dtucker Exp $ 1# $OpenBSD: percent.sh,v 1.3 2020/04/03 05:43:11 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="percent expansions" 4tid="percent expansions"
@@ -55,7 +55,7 @@ for i in matchexec localcommand remotecommand controlpath identityagent \
55 REMUSER=remuser 55 REMUSER=remuser
56 fi 56 fi
57 trial $i '%%' '%' 57 trial $i '%%' '%'
58 trial $i '%C' $HASH 58 #trial $i '%C' $HASH
59 trial $i '%i' $USERID 59 trial $i '%i' $USERID
60 trial $i '%h' 127.0.0.1 60 trial $i '%h' 127.0.0.1
61 trial $i '%d' $HOME 61 trial $i '%d' $HOME
@@ -65,8 +65,8 @@ for i in matchexec localcommand remotecommand controlpath identityagent \
65 trial $i '%p' $PORT 65 trial $i '%p' $PORT
66 trial $i '%r' $REMUSER 66 trial $i '%r' $REMUSER
67 trial $i '%u' $USER 67 trial $i '%u' $USER
68 trial $i '%%/%C/%i/%h/%d/%L/%l/%n/%p/%r/%u' \ 68 trial $i '%%/%i/%h/%d/%L/%l/%n/%p/%r/%u' \
69 "%/$HASH/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER" 69 "%/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
70done 70done
71 71
72# A subset of options support tilde expansion 72# A subset of options support tilde expansion