From 6106b8a053e06699c332fd1a6d7636f550422cc7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 13 Mar 2019 12:00:11 +0100 Subject: [PATCH] selftest: Add smbstatus to testhelper BUG: https://bugzilla.samba.org/show_bug.cgi?id=13793 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- selftest/selftesthelpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index 7513c265d17..1afabf3cdca 100644 --- a/selftest/selftesthelpers.py +++ b/selftest/selftesthelpers.py @@ -201,3 +201,4 @@ smbget = binpath('smbget') rpcclient = binpath('rpcclient') smbcacls = binpath('smbcacls') smbcontrol = binpath('smbcontrol') +smbstatus = binpath('smbstatus')