mirror of git://anongit.mindrot.org/openssh.git
[regress/banner.sh] portability fix.
This commit is contained in:
parent
c6020651ba
commit
6b1f8a3cf5
|
@ -43,6 +43,7 @@
|
|||
openbsd-compat/getrrsetbyname.h] DNS fingerprint support is now always
|
||||
compiled in but disabled in config.
|
||||
- (dtucker) [auth.c] Check for disabled password expiry on HP-UX Trusted Mode.
|
||||
- (tim) [regress/banner.sh] portability fix.
|
||||
|
||||
20031009
|
||||
- (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@
|
||||
|
@ -1360,4 +1361,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3081 2003/10/15 07:48:20 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3082 2003/10/15 16:22:39 tim Exp $
|
||||
|
|
|
@ -23,9 +23,7 @@ for s in 0 10 100 1000 10000 100000 ; do
|
|||
trace "test banner size $s"
|
||||
verbose "test $tid: size $s"
|
||||
${SSH} -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out
|
||||
if ! cmp $OBJ/banner.in $OBJ/banner.out ; then
|
||||
fail "banner size $s mismatch"
|
||||
fi
|
||||
cmp $OBJ/banner.in $OBJ/banner.out || fail "banner size $s mismatch"
|
||||
done
|
||||
|
||||
rm -f $OBJ/banner.out $OBJ/banner.in
|
||||
|
|
Loading…
Reference in New Issue