summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-11-02 10:49:53 -0700
committerKarolin Seeger <kseeger@samba.org>2018-11-07 08:44:31 +0100
commite674f23a10662e0dc04630d1f548585258008c32 (patch)
treee19d08c9761a696edaddf73a3b523075ee948e4c /selftest
parentb51ef80a7aa289d6b42c481640d823284b83e67d (diff)
downloadsamba-e674f23a10662e0dc04630d1f548585258008c32.tar.gz
smbtorture: Add test for DELETE_ON_CLOSE on files with READ_ONLY attribute
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 dc9bbbe4141d8425e66fe9290ff611845f4bd1ce)
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail
index 84776d4f35d..781c14551fe 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -348,3 +348,5 @@
# Disabling NTLM means you can't use samr to change the password
^samba.tests.ntlmdisabled.python\(ktest\).ntlmdisabled.NtlmDisabledTests.test_samr_change_password\(ktest\)
^samba.tests.ntlmdisabled.python\(ad_dc_no_ntlm\).ntlmdisabled.NtlmDisabledTests.test_ntlm_connection\(ad_dc_no_ntlm\)
+^samba3.smb2.delete-on-close-perms.READONLY\(nt4_dc\)
+^samba3.smb2.delete-on-close-perms.READONLY\(ad_dc\)