From e1dd2fc2fa966036f7e0c5cf64416a630d607efa Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Sep 2012 10:50:48 +0200 Subject: s4:torture:smb2: fix name of test file in the durable-open.alloc-size test Signed-off-by: Stefan Metzmacher --- source4/torture/smb2/durable_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') 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); -- cgit