1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

selftest: Add share to test "delete readonly" option

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13673

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Christof Schmitt 2018-11-02 12:03:51 -07:00
parent 162a5257c4
commit a8e79decbc

View File

@ -2256,6 +2256,10 @@ sub provision($$$$$$$$$)
vfs objects = delay_inject
delay_inject:pread_send = 2000
delay_inject:pwrite_send = 2000
[delete_readonly]
path = $prefix_abs/share
delete readonly = yes
";
close(CONF);