]> git.ipfire.org Git - thirdparty/curl.git/commit
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)
commitec91b5a69000bea0794bbb3f97a4d994dab2031e
treefdb10e57aa88501df52ddcff28b529ca09d358be
parent5458e6bd182260ba606d0ac40a9d7abc2aa935f2
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
tests/dictserver.py
tests/negtelnetserver.py
tests/smbserver.py
tests/util.py