]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests: Fix an incorrect comment
authorVolker Lendecke <vl@samba.org>
Wed, 9 Nov 2022 11:35:59 +0000 (12:35 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 22 Nov 2022 18:27:33 +0000 (18:27 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
python/samba/tests/__init__.py

index 1a8576137c5084573db69643b795cbbbc23b18aa..3a4f48dde69f10df890f01b740967ad260d62d79 100644 (file)
@@ -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
     """