mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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.
This commit is contained in:
parent
8a18edf1c2
commit
8dab942d1c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user