s3: smbtorture3: Add test for setting delete on close on a directory, then creating...
[gd/samba-autobuild/.git] / source3 / torture / torture.c
index 79a9c65073c902b72b35a77b527a9940b32e15cb..197e1990e16f69528d76ca62876dfc700577e794 100644 (file)
@@ -15249,6 +15249,10 @@ static struct {
                .name  = "SMB2-LIST-DIR-ASYNC",
                .fn    = run_list_dir_async_test,
        },
+       {
+               .name  = "SMB2-DEL-ON-CLOSE-NONEMPTY",
+               .fn    = run_delete_on_close_non_empty,
+       },
        {
                .name  = "CLEANUP1",
                .fn    = run_cleanup1,