diff options
author | Jeremy Allison <jra@samba.org> | 2019-01-24 10:15:56 -0800 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2019-02-21 12:31:46 +0100 |
commit | eac00de2a0975fe1ab6ea84784087c010b94e74c (patch) | |
tree | 86b5851f3c7036668ab1f3763883a046ca180d13 /selftest/selftesthelpers.py | |
parent | 44f49283cb8059bac269175efb0ea8c75b639e7c (diff) | |
download | samba-eac00de2a0975fe1ab6ea84784087c010b94e74c.tar.gz |
s3: tests: Add regression test for smbd crash on share force group change with existing connection.
Mark as known fail for now.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13690
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 7b21b4c1f538650f23ec77fb3c02fe1e224d89aa)
Diffstat (limited to 'selftest/selftesthelpers.py')
-rw-r--r-- | selftest/selftesthelpers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index 0d8014c7d13..6e73f9f2673 100644 --- a/selftest/selftesthelpers.py +++ b/selftest/selftesthelpers.py @@ -197,3 +197,4 @@ smbcquotas = binpath('smbcquotas') smbget = binpath('smbget') rpcclient = binpath('rpcclient') smbcacls = binpath('smbcacls') +smbcontrol = binpath('smbcontrol') |