Searched refs:_got (Results 1 – 3 of 3) sorted by relevance
49 _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" ]; then62 fail "unexpected algorithm, want $_want, got $_got"
91 _got=`grep -i '^hostname ' $OBJ/ssh_config.out | awk '{print $2}'`92 if test "x$_exp" != "x$_got" ; then93 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" ; then234 fail "host $_host include fail: expected $_exp got $_got"
92 _got=`grep -i '^banner ' $OBJ/sshd_config.out | awk '{print $2}'`93 if test "x$_exp" != "x$_got" ; then94 fail "$desc_ host $_host include fail: expected $_exp got $_got"