summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_open_eintr.sh
Commit message (Collapse)AuthorAgeFilesLines
* s3:tests: Reformat test_open_eintr.shAndreas Schneider2022-06-081-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>
* s3:tests: use SAMBA_DEPRECATED_SUPPRESS=1 for backbox testsStefan Metzmacher2021-07-141-1/+4
| | | | | | These tests should not depend on the number of deprecation warnings Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:script:tests: create temporary files under $PREFIX/SELFTEST_TMPDIRStefan Metzmacher2021-04-131-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>
* vfs: remove SMB_VFS_OPEN()Ralph Boehme2020-05-211-2/+1
| | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* vfs_error_inject: implement SMB_VFS_OPENAT()Ralph Boehme2020-05-211-0/+1
| | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* test: Show that smbd does not handle EINTR from open() correctlyVolker Lendecke2020-02-201-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>