summaryrefslogtreecommitdiff
path: root/source4/utils/tests/test_samba_tool.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-08-22s4:utils: Fix shellcheck errors in test_samba_tool.shAndreas Schneider1-1/+1
source4/utils/tests/test_samba_tool.sh:38:110: error: Double quote array expansions to avoid re-splitting elements. [SC2068] Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
2022-07-08s4:utils: Reformat shell scriptsAndreas Schneider1-3/+4
shfmt -f source4/utils/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org> Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org> Autobuild-Date(master): Fri Jul 8 09:59:19 UTC 2022 on sn-devel-184
2020-04-03s4/selftest: Adjust samba4.blackbox.samba_tool to use (s3) smbclientNoel Power1-2/+2
(s4) smbclient doesn't negotiate smb2, (s3) smbclient is what is used and what we really should be testing. Additionally remove entry from ski_smb1_fails file Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
2018-12-10s4/utils/test: PY3 make sure we call correct python version for samba-toolNoel Power1-4/+4
fixes samba4.blackbox.samba_tool blackbox test Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2012-05-31s4:selftest: change the blackbox.samba_tool test to use a binary mapping for ↵Michael Adam1-2/+2
smbclient
2012-02-17s4:samba-tool fsmo * - fix missing "takes_optiongroups"Matthias Dieter Wallnöfer1-0/+2
This has been reported in bug #8755. Reviewed-by: Jelmer
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett1-2/+2
2011-11-27s4:selftest/test_samba_tool.sh - add a basic unit test for the new "domain ↵Matthias Dieter Wallnöfer1-5/+8
info" command Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-21samba-tool: updated test suite to reflect the move from domainlevel to ↵Giampaolo Lauria1-1/+1
domain level The test suite needs to reflect the change from domailevel to "domain level" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett1-1/+1
Just have BINDIR, and have it default to ./bin Andrew Bartlett
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-0/+40
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104