summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-07 10:50:48 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-07 23:39:21 +0200
commite1dd2fc2fa966036f7e0c5cf64416a630d607efa (patch)
tree932ea85fe19e2420e000113afaa56f4baa394262 /source4
parentcd93c7d055232f1eb0d4de92066fd5eb5f9e5ff1 (diff)
downloadsamba-e1dd2fc2fa966036f7e0c5cf64416a630d607efa.tar.gz
samba-e1dd2fc2fa966036f7e0c5cf64416a630d607efa.tar.bz2
samba-e1dd2fc2fa966036f7e0c5cf64416a630d607efa.zip
s4:torture:smb2: fix name of test file in the durable-open.alloc-size test
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smb2/durable_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c
index c42588a204..d1631dfc67 100644
--- a/source4/torture/smb2/durable_open.c
+++ b/source4/torture/smb2/durable_open.c
@@ -1487,7 +1487,7 @@ bool test_durable_open_alloc_size(struct torture_context *tctx,
const uint8_t *b = NULL;
/* Choose a random name in case the state is left a little funky. */
- snprintf(fname, 256, "durable_open_initial_alloc_%s.dat",
+ snprintf(fname, 256, "durable_open_alloc_size_%s.dat",
generate_random_str(tctx, 8));
smb2_util_unlink(tree, fname);