Invoke config.py instead of pl: Python port of 5d46f6a89b25603f0a77466c618213200c328510

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
diff --git a/tests/scripts/check-names.py b/tests/scripts/check-names.py
index f480a83..2bb1b02 100755
--- a/tests/scripts/check-names.py
+++ b/tests/scripts/check-names.py
@@ -301,7 +301,7 @@
                     "include/mbedtls/mbedtls_config.h.bak")        
         try:
             subprocess.run(
-                ["perl", "scripts/config.pl", "full"],
+                ["perl", "scripts/config.py", "full"],
                 encoding=sys.stdout.encoding,
                 check=True
             )