Home | History | Annotate | Download | only in regress

Lines Matching refs:OBJ

5 echo "Banner $OBJ/banner.in" >> $OBJ/sshd_proxy
7 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in
8 touch $OBJ/empty.in
12 ( ${SSH} -2 -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} -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
34 cmp $OBJ/banner.in $OBJ/banner.out ) || \
40 ( ${SSH} -q -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
41 cmp $OBJ/empty.in $OBJ/banner.out ) || \
44 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in