summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 12:07:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-08-23 15:59:43 +0200
commitec91b5a69000bea0794bbb3f97a4d994dab2031e (patch)
treefdb10e57aa88501df52ddcff28b529ca09d358be
parent5458e6bd182260ba606d0ac40a9d7abc2aa935f2 (diff)
downloadcurl-ec91b5a69000bea0794bbb3f97a4d994dab2031e.tar.gz
tests: be explicit about using 'python3' instead of 'python'
This fixes running tests in virtualenvs (or on distros) that no longer have a symlink from python to python2 or python3. Closes #7602
-rwxr-xr-xtests/dictserver.py2
-rwxr-xr-xtests/negtelnetserver.py2
-rwxr-xr-xtests/smbserver.py2
-rwxr-xr-xtests/util.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/dictserver.py b/tests/dictserver.py
index 72d48a52e..702d255c6 100755
--- a/tests/dictserver.py
+++ b/tests/dictserver.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#***************************************************************************
# _ _ ____ _
diff --git a/tests/negtelnetserver.py b/tests/negtelnetserver.py
index fc672d332..4f80e3dd7 100755
--- a/tests/negtelnetserver.py
+++ b/tests/negtelnetserver.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Project ___| | | | _ \| |
diff --git a/tests/smbserver.py b/tests/smbserver.py
index 639f02168..3040175c0 100755
--- a/tests/smbserver.py
+++ b/tests/smbserver.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Project ___| | | | _ \| |
diff --git a/tests/util.py b/tests/util.py
index 70f6b4351..0bc254a23 100755
--- a/tests/util.py
+++ b/tests/util.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Project ___| | | | _ \| |