From 709ac663ab686a3b0abec335f7486e7e4c8e7141 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 20 Mar 2019 16:14:25 +1300 Subject: [PATCH] selftest: Remove mention of --extra-python from comment Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- python/samba/tests/samba_tool/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.34.1