Lines Matching refs:HOME

13 		grep "^test:.*" $HOME/master.passwd
22 atf_check -s exit:1 -o empty grep "^test:.*" $HOME/master.passwd
32 grep '^test:.*:Test User,work!,123,user@example.com:' $HOME/master.passwd
42 atf_check -s exit:1 -o empty grep "^test:.*" $HOME/master.passwd
53 grep "^test:.*:Test User,work,123:456,456:" $HOME/master.passwd
63 atf_check -s exit:1 -o empty grep "^test:.*" $HOME/master.passwd
184 atf_check -s exit:1 -o empty grep "^test user:.*" $HOME/master.passwd
188 atf_check -s exit:1 -o empty grep "^test user:.*" $HOME/master.passwd
200 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd
204 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd
209 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd
213 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd
223 -s exit:0 grep "^foo" ${HOME}/master.passwd
228 -s exit:0 grep "^foo" ${HOME}/master.passwd
233 -s exit:0 grep "^foo" ${HOME}/master.passwd
249 touch ${HOME}/master.passwd
250 touch ${HOME}/group
252 pwd_mkdb -p -d ${HOME} ${HOME}/master.passwd || \
255 echo "foo1:*:1002" >> ${HOME}/master.passwd
261 touch ${HOME}/master.passwd
262 touch ${HOME}/group
264 pwd_mkdb -p -d ${HOME} ${HOME}/master.passwd || \
278 passhash=`awk -F ':' '/^foo:/ {print $2}' $HOME/master.passwd`
289 test -d ${HOME}/home || atf_fail "Home parent directory not created"
290 test -d ${HOME}/home/bar || atf_fail "Directory not created"
292 test -d ${HOME}/home/bar || atf_fail "Directory removed"
295 [ ! -d ${HOME}/home/bar ] || atf_fail "Directory not removed"
302 mkdir ${HOME}/usr
304 test -d ${HOME}/usr/home || atf_fail "Home parent directory not created"
305 test -h ${HOME}/home || atf_fail "/home directory is not a symlink"
306 atf_check -s exit:0 -o inline:"usr/home\n" readlink ${HOME}/home
313 mkdir ${HOME}/skel
314 echo "a" > ${HOME}/skel/.a
315 echo "b" > ${HOME}/skel/b
316 mkdir ${HOME}/skel/c
317 mkdir ${HOME}/skel/c/d
318 mkdir ${HOME}/skel/dot.plop
319 echo "c" > ${HOME}/skel/c/d/dot.c
320 mkdir ${HOME}/home
321 ln -sf /nonexistent ${HOME}/skel/c/foo
323 test -d ${HOME}/home/foo || atf_fail "Directory not created"
324 test -f ${HOME}/home/foo/.a || atf_fail "File not created"
325 atf_check -o file:${HOME}/skel/.a -s exit:0 cat ${HOME}/home/foo/.a
326 atf_check -o file:${HOME}/skel/b -s exit:0 cat ${HOME}/home/foo/b
327 test -d ${HOME}/home/foo/c || atf_fail "Dotted directory in skel not copied"
328 test -d ${HOME}/home/foo/.plop || atf_fail "Directory in skell not created"
329 atf_check -o inline:"/nonexistent\n" -s ignore readlink -f ${HOME}/home/foo/c/foo
330 atf_check -o file:${HOME}/skel/c/d/dot.c -s exit:0 cat ${HOME}/home/foo/c/d/.c
381 atf_check -s exit:0 -o match:"^foo:\*" grep "^foo:" $HOME/master.passwd
389 atf_check -s exit:0 -o match:"^foo::" grep "^foo:" $HOME/master.passwd
397 passhash=`awk -F ':' '/^foo:/ {print $2}' $HOME/master.passwd`
406 passhash=`awk -F ':' '/^foo:/ {print $2}' $HOME/master.passwd`
416 ${PW} useradd -D -C ${HOME}/pw.conf \
420 grep "^m.*id =" ${HOME}/pw.conf
422 ${PW} useradd foo -C ${HOME}/pw.conf
428 echo 'defaultgroup = "plop"' > ${HOME}/pw.conf
432 ${PW} useradd foo -C ${HOME}/pw.conf