diff options
author | Christian Ambach <ambi@samba.org> | 2016-02-04 21:41:08 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2016-02-26 11:31:33 +0100 |
commit | 6ceba4def6641c94c794bb62b4c470c0ac60b83a (patch) | |
tree | 0c7d53aafc5b5faf9f7cb5c104d677d7c07cf411 /selftest/selftesthelpers.py | |
parent | 2588cf37c05d0247bb7a9ac9572b0ccf11c63ec0 (diff) | |
download | samba-6ceba4def6641c94c794bb62b4c470c0ac60b83a.tar.gz |
selftest: add a helper for the smbget binary
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
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 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') |