summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-01-24 10:15:56 -0800
committerKarolin Seeger <kseeger@samba.org>2019-02-21 12:31:46 +0100
commitb363885250897b37820e08a335e5a043dff2a272 (patch)
treeeafa2e6f05800c07126ea1d2ca83bdea528f1268 /selftest/selftesthelpers.py
parent8c8457150c53045a81207c340cc8694ac60f28bf (diff)
downloadsamba-b363885250897b37820e08a335e5a043dff2a272.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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py
index 8b885b59419..77313cb2ba6 100644
--- a/selftest/selftesthelpers.py
+++ b/selftest/selftesthelpers.py
@@ -196,3 +196,4 @@ smbcquotas = binpath('smbcquotas')
smbget = binpath('smbget')
rpcclient = binpath('rpcclient')
smbcacls = binpath('smbcacls')
+smbcontrol = binpath('smbcontrol')