Lines Matching full:123
34 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456"
35 atf_check -s exit:0 ${PW} usermod test -c "Test User,work,123,456"
36 atf_check -s exit:0 -o match:"^test:.*:Test User,work,123,456:" \
37 grep "^test:.*:Test User,work,123,456:" $HOME/master.passwd
45 atf_check -s exit:0 ${PW} useradd test -c "Test User,home,123,456"
46 atf_check -s exit:0 -o match:"^test:.*:Test User,work,123,456:" \
47 ${PW} usermod test -c "Test User,work,123,456" -N
48 atf_check -s exit:0 -o match:"^test:.*:Test User,home,123,456:" \
49 grep "^test:.*:Test User,home,123,456:" $HOME/master.passwd
59 ${PW} usermod test -c "Test User,work,123:456,456"
61 grep "^test:.*:Test User,work,123:456,456:" $HOME/master.passwd
73 ${PW} usermod test -c "Test User,work,123:456,456" -N
75 grep "^test:.*:Test User,work,123:456,456:" $HOME/master.passwd