summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-11-02 12:03:51 -0700
committerKarolin Seeger <kseeger@samba.org>2018-11-07 08:44:31 +0100
commitab041bf534629708cfa86322e5ca8ab12d4847ad (patch)
tree8e53d1035224eca941706bf672cb3b6af61b34ab /selftest
parentd60ad0171a09b57667ac0888ce95f22dd16d7630 (diff)
downloadsamba-ab041bf534629708cfa86322e5ca8ab12d4847ad.tar.gz
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)
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/target/Samba3.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 968c6aa7ba0..3747a1e087e 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -2231,6 +2231,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);