From: Michael Adam Date: Tue, 21 Feb 2012 13:48:03 +0000 (+0100) Subject: s4:torture:smb2: fix a typo in the durable-open.open test file name X-Git-Tag: samba-4.0.0alpha18~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65da3b74fab684bf6521735700a57a0ca2aa68c8;p=thirdparty%2Fsamba.git s4:torture:smb2: fix a typo in the durable-open.open test file name --- diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c index f54e41cab21..29825e0f84f 100644 --- a/source4/torture/smb2/durable_open.c +++ b/source4/torture/smb2/durable_open.c @@ -997,7 +997,7 @@ bool test_durable_open_open(struct torture_context *tctx, * little funky. */ lease = random(); - snprintf(fname, 256, "durable_open_lock_%s.dat", generate_random_str(tctx, 8)); + snprintf(fname, 256, "durable_open_open_%s.dat", generate_random_str(tctx, 8)); /* Clean slate */ smb2_util_unlink(tree1, fname);