summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_open_eintr.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-06-08s3:tests: Reformat test_open_eintr.shAndreas Schneider1-16/+22
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-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-2/+1
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2020-05-21vfs_error_inject: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+1
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2020-02-20test: Show that smbd does not handle EINTR from open() correctlyVolker Lendecke1-0/+66
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14285 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>