selftest: Add smbstatus to testhelper
authorAndreas Schneider <asn@samba.org>
Wed, 13 Mar 2019 11:00:11 +0000 (12:00 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 2 Apr 2019 09:10:50 +0000 (09:10 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13793

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 6106b8a053e06699c332fd1a6d7636f550422cc7)

selftest/selftesthelpers.py

index acce6d24ccefe5b0cdf21a9443a7bf8468caf7a8..39b8a1782c60b046b24d0bec5ac242f36a83bbc1 100644 (file)
@@ -208,3 +208,4 @@ smbget = binpath('smbget')
 rpcclient = binpath('rpcclient')
 smbcacls = binpath('smbcacls')
 smbcontrol = binpath('smbcontrol')
+smbstatus = binpath('smbstatus')