summaryrefslogtreecommitdiffstats
path: root/pw/tests/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-28 21:10:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-28 21:10:58 +0000
commit2ecea1d66f7cf56adf485dc082d7cd3ac361e50b (patch)
treee6e0a268f788f3a18e915694f0b6f32455427035 /pw/tests/Makefile
parent4bdbd4b33ea7d6b88f1425f711bafd4ab04582c7 (diff)
downloadpw-darwin-2ecea1d66f7cf56adf485dc082d7cd3ac361e50b.tar.gz
pw-darwin-2ecea1d66f7cf56adf485dc082d7cd3ac361e50b.tar.zst
pw-darwin-2ecea1d66f7cf56adf485dc082d7cd3ac361e50b.zip
Check uid/gid used when creating a user/group are not larger than UID_MAX/GID_MAX
PR: 173977 Reported by: nvass@gmx.com
Diffstat (limited to 'pw/tests/Makefile')
-rw-r--r--pw/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/tests/Makefile b/pw/tests/Makefile
index 193b8ab..c43285f 100644
--- a/pw/tests/Makefile
+++ b/pw/tests/Makefile
@@ -8,6 +8,7 @@ TESTSDIR= ${TESTSBASE}/usr.sbin/pw
ATF_TESTS_SH= pw_etcdir \
pw_lock \
pw_config \
+ pw_groupadd \
pw_groupdel \
pw_groupmod \
pw_useradd \