Searched refs:expect_ (Results 1 – 4 of 4) sorted by relevance
9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_*127 echo USERAUTH > $OBJ/expect_$h128 printf "publickey " >> $OBJ/expect_$h129 cat $K >> $OBJ/expect_$h130 echo AGENT >> $OBJ/expect_$h131 $SSHADD -L | cut -d' ' -f1-2 | sort >> $OBJ/expect_$h134 cmp $OBJ/expect_$h $OBJ/ssh_output || fatal "unexpected output"153 echo USERAUTH > $OBJ/expect_$h154 printf "publickey " >> $OBJ/expect_$h155 cat $K >> $OBJ/expect_$h[all …]
9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_*107 expect_key user_$u expect_$u122 diff $OBJ/ssh_output $OBJ/expect_${_id} ||232 cp $OBJ/expect_list $OBJ/expect_$h264 cp $OBJ/expect_list $OBJ/expect_$h
13 rm -f $OBJ/output_* $OBJ/expect_*
10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \ argument12 long double expect = expect_; \