From: Tom Krizek Date: Wed, 30 Aug 2023 11:37:09 +0000 (+0200) Subject: Rename allow-query pytest glue file X-Git-Tag: v9.19.18~80^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c026a00696de1314fa0e27afa725ce35f4016aae;p=thirdparty%2Fbind9.git Rename allow-query pytest glue file To conform with the expected naming convention, the pytest glue file for the `allow-query` test should use underscore as the word separator in the python file name: allow-query/tests_sh_allow_query.py --- diff --git a/bin/tests/system/allow-query/tests_sh_allowquery.py b/bin/tests/system/allow-query/tests_sh_allow_query.py similarity index 92% rename from bin/tests/system/allow-query/tests_sh_allowquery.py rename to bin/tests/system/allow-query/tests_sh_allow_query.py index ce20d79a8e2..7b22ee2899f 100644 --- a/bin/tests/system/allow-query/tests_sh_allowquery.py +++ b/bin/tests/system/allow-query/tests_sh_allow_query.py @@ -10,5 +10,5 @@ # information regarding copyright ownership. -def test_allowquery(run_tests_sh): +def test_allow_query(run_tests_sh): run_tests_sh()