1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +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>
(cherry picked from commit a8e79decbcfbae1b1a53ec81b942ee06db26bf8f)
This commit is contained in:
Christof Schmitt 2018-11-02 12:03:51 -07:00 committed by Karolin Seeger
parent 03518d2ff2
commit 380badf80f

View File

@ -2207,6 +2207,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);