summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2019-11-26 09:58:32 -0700
committerJeremy Allison <jra@samba.org>2019-11-26 21:28:31 +0000
commitcb907fbee8373666100984693f004e37cb20cacf (patch)
tree79f1e14c9283391986b1706907e9c4413180d819 /source3/selftest
parent6bf6e5364a9ad3e5d8186f1226c83ecf16637a37 (diff)
downloadsamba-cb907fbee8373666100984693f004e37cb20cacf.tar.gz
selftest: Make net command available in sharesec test
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index a4851004fa7..49d88d54be4 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -769,7 +769,8 @@ plantestsuite("samba3.blackbox.rpcclient_samlogon", "ad_member:local", [os.path.
"$DC_USERNAME", "$DC_PASSWORD", "ncacn_np:$DC_SERVER", configuration])
plantestsuite("samba3.blackbox.sharesec", "simpleserver:local",
[os.path.join(samba3srcdir, "script/tests/test_sharesec.sh"),
- configuration, os.path.join(bindir(), "sharesec"), "tmp"])
+ configuration, os.path.join(bindir(), "sharesec"),
+ os.path.join(bindir(), "net"), "tmp"])
plantestsuite("samba3.blackbox.net_tdb", "simpleserver:local",
[os.path.join(samba3srcdir, "script/tests/test_net_tdb.sh"),