From 8c6ff21782b141571dde64e80cc42540e9177a23 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 28 Oct 2011 12:15:51 -0700 Subject: The xcopy test is used in unusual ways (via a different uid). Ensure we can cope with this. --- selftest/target/Samba4.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'selftest/target/Samba4.pm') diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 6d67229289..506bbeefc1 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -751,6 +751,13 @@ sub provision($$$$$$$$$) posix:oplocktimeout = 3 posix:writetimeupdatedelay = 500000 +[xcopy_share] + path = $ctx->{tmpdir} + read only = no + posix:sharedelay = 10000 + posix:oplocktimeout = 3 + posix:writetimeupdatedelay = 500000 + [test1] path = $ctx->{tmpdir}/test1 read only = no -- cgit