summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-03-20 16:14:25 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-03-21 04:06:15 +0000
commit709ac663ab686a3b0abec335f7486e7e4c8e7141 (patch)
tree6453dc839e3c0c72b3d14bd17e0433157f70d5b6
parent6a6a178b3c1b6c62165db21c44c2061db7927bac (diff)
downloadsamba-709ac663ab686a3b0abec335f7486e7e4c8e7141.tar.gz
selftest: Remove mention of --extra-python from comment
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
-rw-r--r--python/samba/tests/samba_tool/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/samba_tool/user.py b/python/samba/tests/samba_tool/user.py
index 77ab9bfb59d..1816b895de4 100644
--- a/python/samba/tests/samba_tool/user.py
+++ b/python/samba/tests/samba_tool/user.py
@@ -68,7 +68,7 @@ class UserCmdTestCase(SambaToolCmdTest):
if self._find_user(user["name"]):
self.runsubcmd("user", "delete", user["name"])
lp = env_loadparm()
- # second run of this test (e.g. with --extra-python)
+ # second run of this test
# the cache is still there and '--cache-ldb-initialize'
# will fail
cachedb = lp.private_path("user-syncpasswords-cache.ldb")