Home
last modified time | relevance | path

Searched refs:_got (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Drekey.sh49 _got=""
52 _got=`awk '/kex: algorithm: /{print $4}' ${LOG} | \
55 _got=`awk '/kex: client->server cipher:/{print $5}' ${LOG} | \
58 _got=`awk '/kex: client->server cipher:/{print $7}' ${LOG} | \
61 if [ "$_want" != "$_got" ]; then
62 fail "unexpected algorithm, want $_want, got $_got"
H A Dcfginclude.sh91 _got=`grep -i '^hostname ' $OBJ/ssh_config.out | awk '{print $2}'`
92 if test "x$_exp" != "x$_got" ; then
93 fail "host $_host include fail: expected $_exp got $_got"
232 _got=`grep -i '^hostname ' $OBJ/ssh_config.out | awk '{print $2}'`
233 if test "x$_exp" != "x$_got" ; then
234 fail "host $_host include fail: expected $_exp got $_got"
H A Dservcfginclude.sh92 _got=`grep -i '^banner ' $OBJ/sshd_config.out | awk '{print $2}'`
93 if test "x$_exp" != "x$_got" ; then
94 fail "$desc_ host $_host include fail: expected $_exp got $_got"