mirror of
https://github.com/curl/curl.git
synced 2026-07-24 07:47:19 +03:00
tests: use python3 in test 1451
This is a continuation of commit ec91b5a690 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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue