Home | History | Annotate | Download | only in tests

Lines Matching full:groupadd

18 testing "groupadd group_name (text)" "groupadd toyTestGroup &&
21 testing "groupadd group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
24 testing "groupadd group_name (numeric)" "groupadd 987654321 &&
27 testing "groupadd group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
32 testing "groupadd group_name (long string)" "groupadd $_s210 &&
35 testing "groupadd group_name with group_id" "groupadd -g 49999 toyTestGroup &&
38 testing "groupadd group_name with group_id (system_group)" \
39 "groupadd -g 49999 -S toyTestGroup && grep '^toyTestGroup:' /etc/group $arg &&
41 testing "groupadd group_name (system_group)" "groupadd -S toyTestGroup &&
44 testing "groupadd group_name (add/del user)" "groupadd toyTestGroup &&
45 grep '^toyTestGroup:' /etc/group $arg && groupadd $USER toyTestGroup &&
53 testing "groupadd group_name ($each)" "groupadd toyTestGroup &&