The branch, master has been updated
via dbfc197f65f s4/torture: Unlink test file at the beginning of
smb2.read.position
from 04f0c45475d s3:gencache: Allow to open gencache as read-only
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit dbfc197f65f28c7f4e889045d7b04c46c4f6680d
Author: Michael Adam <[email protected]>
Date: Wed May 13 13:45:11 2020 +0530
s4/torture: Unlink test file at the beginning of smb2.read.position
Pair-Programmed-With: Anoop C S <[email protected]>
Signed-off-by: Michael Adam <[email protected]>
Reviewed-by: Guenther Deschner <[email protected]>
Autobuild-User(master): Günther Deschner <[email protected]>
Autobuild-Date(master): Fri May 15 16:02:47 UTC 2020 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
source4/torture/smb2/read.c | 2 ++
1 file changed, 2 insertions(+)
Changeset truncated at 500 lines:
diff --git a/source4/torture/smb2/read.c b/source4/torture/smb2/read.c
index b26bc18ddac..2899a491663 100644
--- a/source4/torture/smb2/read.c
+++ b/source4/torture/smb2/read.c
@@ -143,6 +143,8 @@ static bool test_read_position(struct torture_context
*torture, struct smb2_tree
ZERO_STRUCT(buf);
+ smb2_util_unlink(tree, FNAME);
+
status = torture_smb2_testfile(tree, FNAME, &h);
CHECK_STATUS(status, NT_STATUS_OK);
--
Samba Shared Repository