diff options
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 7233e2799b..fa8e43b705 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -709,9 +709,7 @@ static BOOL run_netbench(int client) } fclose(f); - slprintf(fname,sizeof(fname), "clients/client%d", client); - rmdir(fname); - rmdir("clients"); + nb_cleanup(); if (!torture_close_connection(&cli)) { correct = False; |