Searched refs:expect_ (Results 1 – 4 of 4) sorted by relevance
9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_*112 echo USERAUTH > $OBJ/expect_$h113 printf "publickey " >> $OBJ/expect_$h114 cat $K >> $OBJ/expect_$h115 echo AGENT >> $OBJ/expect_$h116 $SSHADD -L | cut -d' ' -f1-2 | sort >> $OBJ/expect_$h119 cmp $OBJ/expect_$h $OBJ/ssh_output || fatal "unexpected output"138 echo USERAUTH > $OBJ/expect_$h139 printf "publickey " >> $OBJ/expect_$h140 cat $K >> $OBJ/expect_$h[all …]
9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_*104 expect_key user_$u expect_$u119 diff $OBJ/ssh_output $OBJ/expect_${_id} ||229 cp $OBJ/expect_list $OBJ/expect_$h261 cp $OBJ/expect_list $OBJ/expect_$h
10 rm -f $OBJ/output_* $OBJ/expect_*
10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \ argument12 long double expect = expect_; \