From: Michał Kępień Date: Thu, 6 Jul 2023 13:38:48 +0000 (+0200) Subject: Fix typo in tests_shutdown.py X-Git-Tag: v9.19.15~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0bade81c76cd047c82d6d853394b3e554bb142;p=thirdparty%2Fbind9.git Fix typo in tests_shutdown.py --- diff --git a/bin/tests/system/shutdown/tests_shutdown.py b/bin/tests/system/shutdown/tests_shutdown.py index 2e2bee6c478..5ca19ba1604 100755 --- a/bin/tests/system/shutdown/tests_shutdown.py +++ b/bin/tests/system/shutdown/tests_shutdown.py @@ -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