selftest: Remove mention of --extra-python from comment
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Mar 2019 03:14:25 +0000 (16:14 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Mar 2019 04:06:15 +0000 (04:06 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/samba_tool/user.py

index 77ab9bfb59dd91745b5adf0a363efb3f79edf88b..1816b895de48c60529c2a6402fe9074a29ddc8a1 100644 (file)
@@ -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")