diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-08-21 12:07:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-08-23 15:59:43 +0200 |
commit | ec91b5a69000bea0794bbb3f97a4d994dab2031e (patch) | |
tree | fdb10e57aa88501df52ddcff28b529ca09d358be | |
parent | 5458e6bd182260ba606d0ac40a9d7abc2aa935f2 (diff) | |
download | curl-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-x | tests/dictserver.py | 2 | ||||
-rwxr-xr-x | tests/negtelnetserver.py | 2 | ||||
-rwxr-xr-x | tests/smbserver.py | 2 | ||||
-rwxr-xr-x | tests/util.py | 2 |
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 ___| | | | _ \| | |