From 6ceba4def6641c94c794bb62b4c470c0ac60b83a Mon Sep 17 00:00:00 2001 From: Christian Ambach <ambi@samba.org> Date: Thu, 4 Feb 2016 21:41:08 +0100 Subject: [PATCH] selftest: add a helper for the smbget binary Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> --- selftest/selftesthelpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index a5ab3f98a08..42499b0dd78 100644 --- a/selftest/selftesthelpers.py +++ b/selftest/selftesthelpers.py @@ -184,3 +184,4 @@ wbinfo = binpath('wbinfo') dbwrap_tool = binpath('dbwrap_tool') vfstest = binpath('vfstest') smbcquotas = binpath('smbcquotas') +smbget = binpath('smbget')