summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_zero_data.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-10-16tests: Run `dd` without any preloaded librariesAndreas Schneider1-1/+2
If AddressSanitizer is loaded it will detect alignment issues. The tool is not ours, so ignore it. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> Autobuild-User(master): Anoop C S <anoopcs@samba.org> Autobuild-Date(master): Thu Oct 16 09:34:58 UTC 2025 on atb-devel-224
2022-06-22s3:tests: Reformat test_zero_data.shAndreas Schneider1-8/+8
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-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>
2019-07-05s3:tests: Add test for manual smbtorture zero-dataChristof Schmitt1-0/+52
Ensure that these tests keep working. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jul 5 05:02:12 UTC 2019 on sn-devel-184