diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-03-13 03:18:45 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-03-14 19:40:16 +1100 |
commit | c7c099060f82ffe6a36d8785ecf6052e12fd92f0 (patch) | |
tree | 42ad6d7cbf6149435497d971dc085353f6926f28 /regress/addrmatch.sh | |
parent | 1d89232a4aa97fe935cd60b8d24d75c2f70d56c5 (diff) |
upstream: some more speeling mistakes from
OpenBSD-Regress-ID: 02471c079805471c546b7a69d9ab1d34e9a57443
Diffstat (limited to 'regress/addrmatch.sh')
-rw-r--r-- | regress/addrmatch.sh | 4 |
1 files changed, 2 insertions, 2 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 | ||
4 | tid="address match" | 4 | tid="address match" |
@@ -43,7 +43,7 @@ run_trial user 19.0.0.1 somehost 1.2.3.4 5678 match4 "localport" | |||
43 | 43 | ||
44 | if test "$TEST_SSH_IPV6" != "no"; then | 44 | if test "$TEST_SSH_IPV6" != "no"; then |
45 | run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address" | 45 | run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address" |
46 | run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6" | 46 | run_trial user ::2 somehost.example.com ::2 1234 nomatch "deny IPv6" |
47 | run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated" | 47 | run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated" |
48 | run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match" | 48 | run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match" |
49 | run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network" | 49 | run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network" |