Lines Matching refs:local_file
46 local local_file="local.bin"
47 echo "get ${remote_file##*/} ${local_file}" >client-script
50 atf_check cmp -s "${local_file}" "${remote_file}"
65 local local_file="${remote_file##*/}"
69 atf_check cmp -s "${local_file}" "${remote_file}"
84 local local_file="${remote_file##*/}"
88 atf_check cmp -s "${local_file}" "${remote_file}"
104 local local_file="${remote_file##*/}"
108 atf_check cmp -s "${local_file}" "${remote_file}"
123 local local_file="${remote_file##*/}"
127 atf_check cmp -s "${local_file}" "${remote_file}"
142 local local_file="world.txt"
143 echo "get ${remote_file##*/} ${local_file}" >client-script
146 atf_check cmp -s "${local_file}" "${remote_file}"
207 local local_file="local.bin"
208 dd if=/dev/urandom of="${local_file}" bs=1m count=16 status=none
213 echo "put ${local_file} ${remote_file##*/}" >client-script
216 atf_check cmp -s "${remote_file}" "${local_file}"
229 local local_file="local.txt"
230 echo "test file $$" >"${local_file}"
235 echo "put ${local_file} localhost:${remote_file##*/}" >client-script
238 atf_check cmp -s "${remote_file}" "${local_file}"
251 local local_file="local.txt"
252 echo "test file $$" >"${local_file}"
257 echo "put ${local_file} 127.0.0.1:${remote_file##*/}" >client-script
260 atf_check cmp -s "${remote_file}" "${local_file}"
274 local local_file="local.txt"
275 echo "test file $$" >"${local_file}"
280 echo "put ${local_file} [::1]:${remote_file##*/}" >client-script
283 atf_check cmp -s "${remote_file}" "${local_file}"
296 local local_file="file.txt"
297 echo "test file $$" >"${local_file}"
298 local remote_file="${tftp_dir}/${local_file}"
302 echo "put ${local_file}" >client-script
305 atf_check cmp -s "${remote_file}" "${local_file}"
318 local local_file="local.txt"
319 echo "test file $$" >"${local_file}"
324 echo "put ${local_file} ${remote_file##*/}" >client-script
327 atf_check cmp -s "${remote_file}" "${local_file}"
398 local local_file="${remote_file##*/}"
401 atf_check cmp -s "${local_file}" "${remote_file}"
416 local local_file="${remote_file##*/}"
419 atf_check cmp -s "${local_file}" "${remote_file}"
436 local local_file="${remote_file##*/}"
439 atf_check cmp -s "${local_file}" "${remote_file}"