From: Andrew Bartlett Date: Wed, 20 Mar 2019 03:14:25 +0000 (+1300) Subject: selftest: Remove mention of --extra-python from comment X-Git-Tag: talloc-2.2.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709ac663ab686a3b0abec335f7486e7e4c8e7141;p=thirdparty%2Fsamba.git selftest: Remove mention of --extra-python from comment Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- 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")