mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
tests: use python3 in test 1451
This is a continuation of commit ec91b5a69000bea0794bbb3 in which changing this test was missed. There are no other python2 leftovers now. Based on a Debian patch originally written by Alessandro Ghedini <ghedo@debian.org> Closes #7899
This commit is contained in:
parent
8e701cc978
commit
352077b4d3
@ -29,7 +29,7 @@ Basic SMB request
|
||||
-u 'curltest:curltest' smb://%HOSTIP:%SMBPORT/TESTS/%TESTNUMBER
|
||||
</command>
|
||||
<precheck>
|
||||
python -c "__import__('pkgutil').find_loader('impacket') or (__import__('sys').stdout.write('Test only works if Python package impacket is installed\n'), __import__('sys').exit(1))"
|
||||
python3 -c "__import__('pkgutil').find_loader('impacket') or (__import__('sys').stdout.write('Test only works if Python package impacket is installed\n'), __import__('sys').exit(1))"
|
||||
</precheck>
|
||||
</client>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user