From 7a67158d34a8507c25611e970805df0f1126592f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 25 Mar 2017 10:47:58 +0000 Subject: Add a regression test for r31512 fix PR: 217934 MFC after: 1 week --- pw/tests/pw_useradd_test.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pw/tests/pw_useradd_test.sh b/pw/tests/pw_useradd_test.sh index b1ff8d4..d14e4dd 100755 --- a/pw/tests/pw_useradd_test.sh +++ b/pw/tests/pw_useradd_test.sh @@ -384,6 +384,19 @@ user_add_with_pw_conf_body() atf_check -s exit:0 \ ${PW} useradd foo -C ${HOME}/pw.conf } +atf_test_case user_add_defaultgroup +user_add_defaultgroup_body() +{ + populate_etc_skel + echo 'defaultgroup = "plop"' > ${HOME}/pw.conf + atf_check -s exit:0 \ + ${PW} groupadd plop -g 442 + atf_check -s exit:0 \ + ${PW} useradd foo -C ${HOME}/pw.conf + atf_check -s exit:0 \ + -o inline:"foo:*:1001:442::0:0:User &:/home/foo:/bin/sh\n" \ + ${PW} usershow foo +} atf_init_test_cases() { atf_add_test_case user_add @@ -419,4 +432,5 @@ atf_init_test_cases() { atf_add_test_case user_add_w_random atf_add_test_case user_add_w_yes atf_add_test_case user_add_with_pw_conf + atf_add_test_case user_add_defaultgroup } -- cgit v1.2.3-56-ge451