s4:torture:smb2: fix name of test file in the durable-open.alloc-size test
authorMichael Adam <obnox@samba.org>
Fri, 7 Sep 2012 08:50:48 +0000 (10:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 7 Sep 2012 21:39:21 +0000 (23:39 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/torture/smb2/durable_open.c

index c42588a204d9caf20f6089404131dc4f9050b580..d1631dfc67b7ee6f7f16594b987626426f7a389b 100644 (file)
@@ -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);