summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-03-13 03:18:45 +0000
committerDamien Miller <djm@mindrot.org>2020-03-14 19:40:16 +1100
commitc7c099060f82ffe6a36d8785ecf6052e12fd92f0 (patch)
tree42ad6d7cbf6149435497d971dc085353f6926f28 /regress
parent1d89232a4aa97fe935cd60b8d24d75c2f70d56c5 (diff)
upstream: some more speeling mistakes from
OpenBSD-Regress-ID: 02471c079805471c546b7a69d9ab1d34e9a57443
Diffstat (limited to 'regress')
-rw-r--r--regress/addrmatch.sh4
-rw-r--r--regress/sftp-badcmds.sh4
-rw-r--r--regress/sshsig.sh4
3 files changed, 6 insertions, 6 deletions
diff --git a/regress/addrmatch.sh b/regress/addrmatch.sh
index 1584bd405..e7d29c3f3 100644
--- a/regress/addrmatch.sh
+++ b/regress/addrmatch.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: addrmatch.sh,v 1.4 2012/05/13 01:42:32 dtucker Exp $ 1# $OpenBSD: addrmatch.sh,v 1.5 2020/03/13 03:18:45 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="address match" 4tid="address match"
@@ -43,7 +43,7 @@ run_trial user 19.0.0.1 somehost 1.2.3.4 5678 match4 "localport"
43 43
44if test "$TEST_SSH_IPV6" != "no"; then 44if test "$TEST_SSH_IPV6" != "no"; then
45run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address" 45run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address"
46run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6" 46run_trial user ::2 somehost.example.com ::2 1234 nomatch "deny IPv6"
47run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated" 47run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated"
48run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match" 48run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match"
49run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network" 49run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network"
diff --git a/regress/sftp-badcmds.sh b/regress/sftp-badcmds.sh
index 7f85c4f22..5b016d558 100644
--- a/regress/sftp-badcmds.sh
+++ b/regress/sftp-badcmds.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: sftp-badcmds.sh,v 1.6 2013/05/17 10:26:26 dtucker Exp $ 1# $OpenBSD: sftp-badcmds.sh,v 1.7 2020/03/13 03:18:45 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="sftp invalid commands" 4tid="sftp invalid commands"
@@ -58,7 +58,7 @@ rm -rf ${COPY}
58cp ${DATA2} ${COPY} 58cp ${DATA2} ${COPY}
59verbose "$tid: glob put files to local file" 59verbose "$tid: glob put files to local file"
60echo "put /bin/l* $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 60echo "put /bin/l* $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1
61cmp ${DATA2} ${COPY} || fail "put successed when it should have failed" 61cmp ${DATA2} ${COPY} || fail "put succeeded when it should have failed"
62 62
63rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd 63rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd
64 64
diff --git a/regress/sshsig.sh b/regress/sshsig.sh
index da362c179..1e2f9dda4 100644
--- a/regress/sshsig.sh
+++ b/regress/sshsig.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: sshsig.sh,v 1.3 2019/11/26 23:43:10 djm Exp $ 1# $OpenBSD: sshsig.sh,v 1.4 2020/03/13 03:18:45 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="sshsig" 4tid="sshsig"
@@ -133,7 +133,7 @@ for t in $SIGNKEYS; do
133 # check-novalidate with invalid data 133 # check-novalidate with invalid data
134 ${SSHKEYGEN} -vvv -Y check-novalidate -s $sigfile -n $sig_namespace \ 134 ${SSHKEYGEN} -vvv -Y check-novalidate -s $sigfile -n $sig_namespace \
135 < $DATA2 >/dev/null 2>&1 && \ 135 < $DATA2 >/dev/null 2>&1 && \
136 fail "sucessfully checked signature for $t key with invalid data" 136 fail "succeeded checking signature for $t key with invalid data"
137 137
138 # Check signing keys using ssh-agent. 138 # Check signing keys using ssh-agent.
139 ${SSHADD} -D >/dev/null 2>&1 # Remove all previously-loaded keys. 139 ${SSHADD} -D >/dev/null 2>&1 # Remove all previously-loaded keys.