Lines Matching refs:banner
7 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in
12 ( ${SSH} -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
13 cmp $OBJ/empty.in $OBJ/banner.out ) || \
19 touch $OBJ/banner.in
22 echo "abcdefghi" >$OBJ/banner.in
25 cp $OBJ/banner.in $OBJ/banner.out
27 cat $OBJ/banner.out >> $OBJ/banner.in
33 ( ${SSH} -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
34 cmp $OBJ/banner.in $OBJ/banner.out ) || \
42 ( ${REAL_SSH} -q -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
43 cmp $OBJ/empty.in $OBJ/banner.out ) || \
46 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in