Home | History | Annotate | Download | only in psshfs

Lines Matching refs:mnt

160 	mkdir mnt
161 mount_psshfs root mnt
172 umount mnt
188 mkdir mnt
190 -x 'echo $(cd mnt && /bin/pwd)/dir'
192 mount_psshfs root mnt
194 -x 'cd mnt/dir && ls .. >/dev/null && /bin/pwd'
197 umount mnt
210 mkdir mnt
218 mount_psshfs root mnt
220 ls -l mnt &
227 mnt/dir:
231 atf_check -s exit:0 -o inline:"$lsout" ls -R mnt
234 umount mnt
249 atf_check -s exit:0 mkdir mnt
250 mount_psshfs root mnt
251 atf_check -s exit:0 -x ': > mnt/loser'
252 atf_check -s exit:0 -o save:stat stat mnt/loser
256 atf_check -s exit:0 -x ': > mnt/loser'
257 atf_check -s exit:0 -o file:stat stat mnt/loser
260 umount mnt
275 atf_check mkdir root mnt
277 mount_psshfs root mnt
278 atf_check cat mnt/empty
281 umount mnt