selftest: Add smbstatus to testhelper
authorAndreas Schneider <asn@samba.org>
Wed, 13 Mar 2019 11:00:11 +0000 (12:00 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Mar 2019 13:31:27 +0000 (13:31 +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>
selftest/selftesthelpers.py

index 7513c265d1737fb7dabd2f7c0ee390a5ae15d072..1afabf3cdcad2de15abe4440ac6c583728e691d6 100644 (file)
@@ -201,3 +201,4 @@ smbget = binpath('smbget')
 rpcclient = binpath('rpcclient')
 smbcacls = binpath('smbcacls')
 smbcontrol = binpath('smbcontrol')
+smbstatus = binpath('smbstatus')