]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: be explicit about using 'python3' instead of 'python'
authora1346054 <36859588+a1346054@users.noreply.github.com>
Sat, 21 Aug 2021 12:07:34 +0000 (12:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Aug 2021 13:59:43 +0000 (15:59 +0200)
This fixes running tests in virtualenvs (or on distros) that no longer
have a symlink from python to python2 or python3.

Closes #7602

tests/dictserver.py
tests/negtelnetserver.py
tests/smbserver.py
tests/util.py

index 72d48a52efc41ce8a171131d5263a13418254c7e..702d255c65a696937cffa9142f7bc005fc790e37 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #***************************************************************************
 #                                  _   _ ____  _
index fc672d3320b52b34d4e2314488a5576f811ea032..4f80e3dd7c753964b9564ac1a9c36d5437ffba88 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 #  Project                     ___| | | |  _ \| |
index 639f02168f3901186e9b9a9afcad64cd631df1ec..3040175c0343b2a9f546c4ceda4c9ae3c9832d72 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 #  Project                     ___| | | |  _ \| |
index 70f6b43517de70f4472e7748578429b9e6bdb674..0bc254a23551153d7237284ea22486858c655e56 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 #  Project                     ___| | | |  _ \| |