From 2b3ed652734482869bbe77d44db89f79440c3b3e Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Fri, 2 Mar 2012 11:19:48 +0100 Subject: s4:torture: cleanup after smb2 getinfo scan Signed-off-by: Stefan Metzmacher --- source4/torture/smb2/scan.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/torture/smb2/scan.c b/source4/torture/smb2/scan.c index 3b132ab8a4..d0e95dbf87 100644 --- a/source4/torture/smb2/scan.c +++ b/source4/torture/smb2/scan.c @@ -58,6 +58,7 @@ bool torture_smb2_getinfo_scan(struct torture_context *torture) status = torture_setup_complex_dir(tree, DNAME); if (!NT_STATUS_IS_OK(status)) { printf("Failed to setup complex dir '%s'\n", DNAME); + smb2_util_unlink(tree, FNAME); return false; } torture_setup_complex_file(tree, DNAME ":2ndstream"); @@ -96,6 +97,8 @@ bool torture_smb2_getinfo_scan(struct torture_context *torture) } } + smb2_util_unlink(tree, FNAME); + smb2_util_rmdir(tree, DNAME); return true; } -- cgit