mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3: torture: In torture_casetable(), use torture_deltree() for setup and cleanup.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
498b3d923c
commit
1eeabbf840
@ -146,8 +146,7 @@ bool torture_casetable(int dummy)
|
||||
|
||||
memset(equiv, 0, sizeof(equiv));
|
||||
|
||||
cli_unlink(cli, "\\utable\\*", FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN);
|
||||
cli_rmdir(cli, "\\utable");
|
||||
torture_deltree(cli, "\\utable");
|
||||
if (!NT_STATUS_IS_OK(cli_mkdir(cli, "\\utable"))) {
|
||||
printf("Failed to create utable directory!\n");
|
||||
return False;
|
||||
@ -205,8 +204,7 @@ bool torture_casetable(int dummy)
|
||||
cli_close(cli, fnum);
|
||||
}
|
||||
|
||||
cli_unlink(cli, "\\utable\\*", FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN);
|
||||
cli_rmdir(cli, "\\utable");
|
||||
torture_deltree(cli, "\\utable");
|
||||
|
||||
return True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user