diff options
author | Colin Watson <cjwatson@debian.org> | 2015-08-19 14:23:51 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-19 16:48:11 +0100 |
commit | 0f0841b2d28b7463267d4d91577e72e3340a1d3a (patch) | |
tree | ba55fcd2b6e2cc22b30f5afb561dbb3da4c8b6c7 /regress/host-expand.sh | |
parent | f2a5f5dae656759efb0b76c3d94890b65c197a02 (diff) | |
parent | 8698446b972003b63dfe5dcbdb86acfe986afb85 (diff) |
New upstream release (6.8p1).
Diffstat (limited to 'regress/host-expand.sh')
-rw-r--r-- | regress/host-expand.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/host-expand.sh b/regress/host-expand.sh index 6cc0e6055..2a95bfe1b 100644 --- a/regress/host-expand.sh +++ b/regress/host-expand.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: host-expand.sh,v 1.3 2014/02/27 23:17:41 djm Exp $ | 1 | # $OpenBSD: host-expand.sh,v 1.4 2015/03/03 22:35:19 markus Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="expand %h and %n" | 4 | tid="expand %h and %n" |
@@ -11,7 +11,7 @@ somehost | |||
11 | 127.0.0.1 | 11 | 127.0.0.1 |
12 | EOE | 12 | EOE |
13 | 13 | ||
14 | for p in 1 2; do | 14 | for p in ${SSH_PROTOCOLS}; do |
15 | verbose "test $tid: proto $p" | 15 | verbose "test $tid: proto $p" |
16 | ${SSH} -F $OBJ/ssh_proxy -$p somehost true >$OBJ/actual | 16 | ${SSH} -F $OBJ/ssh_proxy -$p somehost true >$OBJ/actual |
17 | diff $OBJ/expect $OBJ/actual || fail "$tid proto $p" | 17 | diff $OBJ/expect $OBJ/actual || fail "$tid proto $p" |