Lines Matching refs:home
194 mkdir -p ${HOME}/home
196 test -d ${HOME}/home/foo || atf_fail "Directory not created"
197 atf_check -s exit:0 ${RPW} usermod foo -l bar -d /home/bar -m
198 test -d ${HOME}/home/bar || atf_fail "Directory not created"
262 mkdir -p ${HOME}/home
266 ! test -d ${HOME}/home/foo || atf_fail "Directory should not have been created"
268 test -d ${HOME}/home/foo || atf_fail "Directory should have been created"
269 test -f ${HOME}/home/foo/.file || atf_fail "Skell files not added"
272 test -f ${HOME}/home/foo/.file2 || atf_fail "Skell files not added"
273 echo > ${HOME}/home/foo/.file2
275 atf_check -s exit:0 -o inline:"\n" cat ${HOME}/home/foo/.file2