From 8dab942d1ceeddef9ad314e04a7f6c219b2601ea Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 1 Nov 2011 14:55:37 +0100 Subject: s4:torture:smb2: change the test file name in the durable-open.oplock test to a more reasonable name. This one must have been copied from the durable-open.lease test. --- source4/torture/smb2/durable_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index 4bce89b2fd..ea0fbfade4 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -535,7 +535,7 @@ bool test_durable_open_oplock(struct torture_context *tctx, bool ret = true; /* Choose a random name in case the state is left a little funky. */ - snprintf(fname, 256, "durable_open_lease_%s.dat", generate_random_str(tctx, 8)); + snprintf(fname, 256, "durable_open_oplock_%s.dat", generate_random_str(tctx, 8)); /* Clean slate */ smb2_util_unlink(tree1, fname); -- cgit