From 3d0a4f34bd739a595ffef24033242ef4ff644dc5 Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Sun, 14 Aug 2016 14:54:11 +0300 Subject: [PATCH] selftest: add definition of smbcacls to selftesthelpers.py This facilitates cherry-picking of the next patch. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12145 Signed-off-by: Uri Simchoni Reviewed-by: Jeremy Allison --- selftest/selftesthelpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index 42499b0dd78..7223ca13273 100644 --- a/selftest/selftesthelpers.py +++ b/selftest/selftesthelpers.py @@ -185,3 +185,4 @@ dbwrap_tool = binpath('dbwrap_tool') vfstest = binpath('vfstest') smbcquotas = binpath('smbcquotas') smbget = binpath('smbget') +smbcacls = binpath('smbcacls') -- 2.11.4.GIT