summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/torture/torture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index d50c919630..7e8f8457a4 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -550,6 +550,8 @@ static BOOL run_tcon_test(void)
cli->tree = tree1; /* restore initial tree */
cli->tree->tid = cnum1;
+ smbcli_unlink(tree1, fname);
+
if (!torture_close_connection(cli)) {
return False;
}