]> git.ipfire.org Git - thirdparty/shadow.git/commit
Tests: Group creation with invalid GID using -g flag fails master
authorAkshay Sakure <asakure@redhat.com>
Mon, 6 Jul 2026 12:21:35 +0000 (17:51 +0530)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 29 Jul 2026 16:19:16 +0000 (18:19 +0200)
commit7c9970a19f0dcd54c49d722082e146489fc529a1
tree21d901a607159536ab4db86e44c8af834ab90849
parentc4174cab28ebbc0c9e2285a9929318f8a4e7aa79
Tests: Group creation with invalid GID using -g flag fails

This is Python transformation of the test located in
`tests/grouptools/groupadd/11_groupadd_invalid_GID/groupadd.test`
which checks that `groupadd` fails to create group with invalid GID
using -g flag

Signed-off-by: Akshay Sakure <asakure@redhat.com>
tests/system/tests/test_groupadd.py