summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_sharesec.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-01-10s3-sharesec: Add Test to verify command option "--view-all"Guenther Deschner1-0/+8
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15780 Signed-off-by: Guenther Deschner <gd@samba.org> Signed-off-by: Vinit Agnihotri <vagnihot@redhat.com> Reviewed-by: John Mulligan <jmulligan@samba.org>
2022-06-10s3:tests: Reformat test_sharesec.shAndreas Schneider1-37/+37
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
2020-01-14test3: Fix usage check for test_sharesec.shVolker Lendecke1-1/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2019-11-26selftest: Add test for 'net conf delshare' also removing share ACLChristof Schmitt1-1/+14
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2019-11-26selftest: Make net command available in sharesec testChristof Schmitt1-2/+4
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-02-20test_sharesec: Fix check for deleted ACLChristof Schmitt1-1/+1
Remove semicolon; without this change the test could not detect a failure of removing the ACL. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-02-20test_sharesec: Fix usage messageChristof Schmitt1-1/+1
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-02-20test_sharesec: Add new test for ACL entry from numerical inputChristof Schmitt1-0/+14
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-06-17selftest: Add test for sharesec commandChristof Schmitt1-0/+111
Add a test for the sharesec command to ensure that it works, and to also verify that the output does not change. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11324 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>