summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index a8f451e9ac2..052ff15a2e0 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -14579,6 +14579,10 @@ static struct {
.fn = run_smb2_dir_fsync,
},
{
+ .name = "SMB2-PATH-SLASH",
+ .fn = run_smb2_path_slash,
+ },
+ {
.name = "CLEANUP1",
.fn = run_cleanup1,
},