summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_netfileenum.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-07-03tests: Enable a few tests for FreeBSDVolker Lendecke1-1/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2022-06-08s3:tests: Reformat test_netfileenum.shAndreas Schneider1-24/+30
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>
2021-07-14s3:tests: use SAMBA_DEPRECATED_SUPPRESS=1 for backbox testsStefan Metzmacher1-1/+4
These tests should not depend on the number of deprecation warnings Signed-off-by: Stefan Metzmacher <metze@samba.org>
2021-04-13s3:script:tests: create temporary files under $PREFIX/SELFTEST_TMPDIRStefan Metzmacher1-0/+2
Tests should not create files in the build nor the source directory! They should cope with read only access to them. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2020-05-14test: Show that netfileenum is brokenVolker Lendecke1-0/+73
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14355 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>