Lines Matching refs:host
18 remote_file host delete [standard_output_file ${testfile}.dwp]
19 if [remote_file host exists [standard_output_file ${testfile}.dwp]] {
26 if ![remote_file host exists [standard_output_file ${testfile}.dwp]] {
33 remote_file host delete [standard_output_file ${thelink}]
34 remote_file host delete [standard_output_file ${thelink}.dwp]
36 remote_exec host "ln -sf ${testfile} [standard_output_file $thelink]"
37 if ![remote_file host exists [standard_output_file $thelink]] {
38 unsupported "host does not support symbolic links (binary symlink is missing)"
41 if [remote_file host exists [standard_output_file $thelink.dwp]] {
42 unsupported "host does not support symbolic links (we tried to delete a file and it is still there)"
57 remote_exec host "mv -f [standard_output_file ${testfile}.dwp] [standard_output_file ${thelink}.dwp]"
58 if [remote_file host exists [standard_output_file ${testfile}.dwp]] {
59 unsupported "host does not support symbolic links (binary symlink exists)"
62 if ![remote_file host exists [standard_output_file ${thelink}.dwp]] {
63 unsupported "host does not support symbolic links (dwp symlink is missing)"
94 remote_exec host "mv -f [standard_output_file ${thelink}.dwp] [standard_output_file ${testfile}.dwp]"
113 remote_exec host "rm -rf ${dwp_bin_dir}"
114 remote_exec host "rm -rf ${dwp_dwp_dir}"
115 remote_exec host "rm -rf ${dwp_symlink_dir}"
116 remote_exec host "mkdir ${dwp_bin_dir}"
117 remote_exec host "mkdir ${dwp_dwp_dir}"
118 remote_exec host "mkdir ${dwp_symlink_dir}"
119 remote_exec host "cp [standard_output_file $testfile] ${dwp_bin_dir}/${dwp_real_binary}"
120 remote_exec host "cp [standard_output_file ${testfile}.dwp] ${dwp_dwp_dir}/${dwp_real_dwp}"
123 remote_exec host "ln -sf ${dwp_bin_dir}/${dwp_real_binary} ${dwp_symlink_dir}/${dwp_symlink_binary}"
124 remote_exec host "ln -sf ${dwp_dwp_dir}/${dwp_real_dwp} ${dwp_symlink_dir}/${dwp_symlink_dwp}"