• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/usr.sbin/pw/tests/

Lines Matching refs:PW

11 	atf_check -s exit:0 ${PW} addgroup test
12 atf_check -s exit:0 ${PW} groupmod test -m root
15 atf_check -s exit:0 ${PW} groupmod test -d root
25 atf_check -s exit:0 ${PW} addgroup test
26 atf_check -s exit:67 -e match:"does not exist" ${PW} groupmod test -m foo
27 atf_check -s exit:0 ${PW} groupmod test -d foo
36 atf_check -s exit:0 -x ${PW} groupadd test
37 atf_check -s exit:0 -x ${PW} groupmod test -l newgroupname
38 atf_check -s exit:65 -e match:"^pw: unknown group" -x ${PW} groupshow test
48 atf_check -s exit:0 -x ${PW} useradd testuser
49 atf_check -s exit:0 -x ${PW} groupadd testgroup
50 atf_check -s exit:0 -x ${PW} groupadd testgroup2
51 atf_check -s exit:0 -x ${PW} usermod testuser -G testgroup
52 atf_check -o inline:"testuser:*:1001:\n" -x ${PW} groupshow testuser
53 atf_check -o inline:"testgroup:*:1002:testuser\n" -x ${PW} groupshow testgroup
54 atf_check -o inline:"testgroup2:*:1003:\n" -x ${PW} groupshow testgroup2
55 atf_check -s exit:0 -x ${PW} usermod testuser -G testgroup2
56 atf_check -o inline:"testuser:*:1001:\n" -x ${PW} groupshow testuser
57 atf_check -o inline:"testgroup:*:1002:\n" -x ${PW} groupshow testgroup
58 atf_check -o inline:"testgroup2:*:1003:testuser\n" -x ${PW} groupshow testgroup2
68 atf_check -s exit:0 -x ${PW} groupadd testgroup
69 atf_check -s exit:0 -x ${PW} groupmod testgroup -g 12345
78 atf_check -s exit:0 ${PW} groupadd foo
79 atf_check -s exit:0 ${PW} groupmod foo -l bar
89 atf_check -s exit:0 ${PW} useradd $i
92 atf_check -s exit:0 ${PW} groupadd foo -M "user1, user2"
94 ${PW} groupshow foo
95 atf_check -s exit:0 ${PW} groupmod foo -m "user3, user4"
97 ${PW} groupshow foo
98 atf_check -s exit:0 ${PW} groupmod foo -M "user1, user4"
100 ${PW} groupshow foo
102 atf_check -s exit:0 ${PW} groupmod foo -m "user1, user2, user3, user4"
104 ${PW} groupshow foo
105 atf_check -s exit:0 ${PW} groupmod foo -d "user1, user3"
107 ${PW} groupshow foo