summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/test_special_group.sh
Commit message (Collapse)AuthorAgeFilesLines
* testprogs/blackbox/test_special_group.sh: verify test results ($failed)Björn Baumbach2023-03-031-1/+1
| | | | | Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* testprogs: Use system_or_builddir_binary() for test_special_groupAndreas Schneider2022-12-231-4/+1
| | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* testprogs: Do not run tests if undump.sh is not availableAndreas Schneider2022-12-051-0/+7
| | | | | | | | | | We don't include source4/selftest/provisions/ in source tarballs! Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Dec 5 08:22:29 UTC 2022 on sn-devel-184
* testprogs: Reformat test_special_group.shAndreas Schneider2022-08-101-13/+15
| | | | | | | | | | shfmt -w -p -i 0 -fn testprogs/blackbox/test_special_group.sh Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org> Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org> Autobuild-Date(master): Wed Aug 10 10:21:48 UTC 2022 on sn-devel-184
* functionalprep.sh: Add test for samba-tool add group --specialJoseph Sutton2022-03-181-0/+52
Test that we can add the special Protected Users group, and that we get an appropriate error message when attempting to add it a second time. We add these tests here so that we can make use of an old provision that does not already have the Protected Users group added. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org>