diff options
author | Michael Adam <obnox@samba.org> | 2011-11-01 14:55:37 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-09 01:02:07 +0100 |
commit | 8dab942d1ceeddef9ad314e04a7f6c219b2601ea (patch) | |
tree | bd52d12cfd58491974f59b8eb0c1837e1f7cf062 /source4/torture/smb2 | |
parent | 8a18edf1c2d553105cfcadec4d892e4e5a0fdba1 (diff) | |
download | samba-8dab942d1ceeddef9ad314e04a7f6c219b2601ea.tar.gz samba-8dab942d1ceeddef9ad314e04a7f6c219b2601ea.tar.bz2 samba-8dab942d1ceeddef9ad314e04a7f6c219b2601ea.zip |
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.
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/durable_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |