From: Volker Lendecke Date: Wed, 9 Nov 2022 11:35:59 +0000 (+0100) Subject: tests: Fix an incorrect comment X-Git-Tag: talloc-2.4.0~514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71bdfbacbcc4753f1cf5a254194b93f9b29d775;p=thirdparty%2Fsamba.git tests: Fix an incorrect comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/python/samba/tests/__init__.py b/python/samba/tests/__init__.py index 1a8576137c5..3a4f48dde69 100644 --- a/python/samba/tests/__init__.py +++ b/python/samba/tests/__init__.py @@ -340,7 +340,7 @@ def env_loadparm(): def env_get_var_value(var_name, allow_missing=False): """Returns value for variable in os.environ - Function throws AssertionError if variable is defined. + Function throws AssertionError if variable is undefined. Unit-test based python tests require certain input params to be set in environment, otherwise they can't be run """