From e582973ff8e7a6aebccf69e9b2da0bdd2d4e2d0d Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Tue, 17 Mar 2026 20:55:25 +0000 Subject: [PATCH] Fix: Correct python33 shebang typo to python3 --- .../reg_test_3992_fast_forward_malformed_packet-pymysql-t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/reg_test_3992_fast_forward_malformed_packet-pymysql-t.py b/test/tap/tests/reg_test_3992_fast_forward_malformed_packet-pymysql-t.py index 0f13aace4..7259e0b1a 100644 --- a/test/tap/tests/reg_test_3992_fast_forward_malformed_packet-pymysql-t.py +++ b/test/tap/tests/reg_test_3992_fast_forward_malformed_packet-pymysql-t.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python33 +#!/usr/bin/env python3 # This is a regression test for issues #3992 and #4047. Test checks if queries # are executed successfully with MariaDB server via PyMySQL client having fast