]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pw: fix the checks in boolean_str() after r326738. Add related test
authoryuripv <yuripv@FreeBSD.org>
Sun, 21 Oct 2018 14:23:56 +0000 (14:23 +0000)
committeryuripv <yuripv@FreeBSD.org>
Sun, 21 Oct 2018 14:23:56 +0000 (14:23 +0000)
commite34ffa65efe5bd52c8a89b5775335d3304d95dfc
tree41fd5bdb8357f43c24186e22c4edba829f3f0f35
parent0a6e5e58576ae8a1d3f4818aa10d98a2524193a6
pw: fix the checks in boolean_str() after r326738.  Add related test
cases for `pw useradd -D -w`.

PR: 231649
Reviewed by: eugen
Approved by: kib (mentor)
Differential Revision: https://reviews.freebsd.org/D17299
usr.sbin/pw/pw_conf.c
usr.sbin/pw/tests/pw_useradd_test.sh