]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in tests_shutdown.py
authorMichał Kępień <michal@isc.org>
Thu, 6 Jul 2023 13:38:48 +0000 (15:38 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 6 Jul 2023 13:38:48 +0000 (15:38 +0200)
bin/tests/system/shutdown/tests_shutdown.py

index 2e2bee6c4781e82bf043017b6d5c520aa282c28b..5ca19ba16044e016cf89555969c6ca673850b1b6 100755 (executable)
@@ -162,7 +162,7 @@ def wait_for_proc_termination(proc, max_timeout=10):
 # In both methods named should exit gracefully.
 @pytest.mark.parametrize(
     "kill_method",
-    [pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigtem"],
+    [pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"],
 )
 def test_named_shutdown(named_port, control_port, kill_method):
     # pylint: disable-msg=too-many-locals