• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/openssh/regress/

Lines Matching refs:COPY

22 	rm -f ${COPY} ${COPY}.1
23 test -d ${COPY}.dd && { rmdir ${COPY}.dd || fatal "rmdir ${COPY}.dd"; }
86 "put $DATA $COPY" \
88 "cmp $DATA $COPY" \
89 "test ! -f $COPY"
93 "chmod 0700 $COPY" \
94 "touch $COPY; chmod 0400 $COPY" \
95 "test -x $COPY" \
96 "test ! -x $COPY"
100 "rm $COPY" \
101 "touch $COPY" \
102 "test ! -f $COPY" \
103 "test -f $COPY"
107 "mkdir ${COPY}.dd" \
109 "test -d ${COPY}.dd" \
110 "test ! -d ${COPY}.dd"
114 "rmdir ${COPY}.dd" \
115 "mkdir ${COPY}.dd" \
116 "test ! -d ${COPY}.dd" \
117 "test -d ${COPY}.dd"
121 "rename $COPY ${COPY}.1" \
122 "touch $COPY" \
123 "test -f ${COPY}.1 -a ! -f $COPY" \
124 "test -f $COPY -a ! -f ${COPY}.1"
128 "rename -l $COPY ${COPY}.1" \
129 "touch $COPY" \
130 "test -f ${COPY}.1 -a ! -f $COPY" \
131 "test -f $COPY -a ! -f ${COPY}.1"
135 "ln -s $COPY ${COPY}.1" \
136 "touch $COPY" \
137 "test -h ${COPY}.1" \
138 "test ! -h ${COPY}.1"
142 "ln $COPY ${COPY}.1" \
143 "touch $COPY" \
144 "test -f ${COPY}.1" \
145 "test ! -f ${COPY}.1"
152 "get $DATA $COPY" \
154 "cmp $DATA $COPY" \
155 "! cmp $DATA $COPY 2>/dev/null"
160 "get $DATA $COPY" \
162 "cmp $DATA $COPY" \
163 "! cmp $DATA $COPY 2>/dev/null"
168 "put $DATA $COPY" \
170 "cmp $DATA $COPY" \
171 "! cmp $DATA $COPY 2>/dev/null"
176 "get $DATA $COPY" \
178 "cmp $DATA $COPY" \
179 "! cmp $DATA $COPY 2>/dev/null"
194 "chmod 0700 $COPY" \
195 "touch $COPY; chmod 0400 $COPY" \
196 "test -x $COPY" \
197 "test ! -x $COPY"
202 "rm $COPY" \
203 "touch $COPY" \
204 "test ! -f $COPY" \
205 "test -f $COPY"
210 "mkdir ${COPY}.dd" \
212 "test -d ${COPY}.dd" \
213 "test ! -d ${COPY}.dd"
218 "rmdir ${COPY}.dd" \
219 "mkdir ${COPY}.dd" \
220 "test ! -d ${COPY}.dd" \
221 "test -d ${COPY}.dd"
226 "rename $COPY ${COPY}.1" \
227 "touch $COPY" \
228 "test -f ${COPY}.1 -a ! -f $COPY" \
229 "test -f $COPY -a ! -f ${COPY}.1"
234 "rename -l $COPY ${COPY}.1" \
235 "touch $COPY" \
236 "test -f ${COPY}.1 -a ! -f $COPY" \
237 "test -f $COPY -a ! -f ${COPY}.1"
242 "ln -s $COPY ${COPY}.1" \
243 "touch $COPY" \
244 "test -h ${COPY}.1" \
245 "test ! -h ${COPY}.1"
250 "ln $COPY ${COPY}.1" \
251 "touch $COPY" \
252 "test -f ${COPY}.1" \
253 "test ! -f ${COPY}.1"
268 rm -rf ${COPY} ${COPY}.1 ${COPY}.dd