From bb5ae11c17a57be3ee9d606d69e5ecdba405ca56 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 24 Jan 2023 20:44:52 +0100 Subject: [PATCH] auth tests tkey.py: explicitly use python3 --- regression-tests/tkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests/tkey.py b/regression-tests/tkey.py index 8bbd6f9c94..1a466284e9 100755 --- a/regression-tests/tkey.py +++ b/regression-tests/tkey.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import socket import select -- 2.47.2