From: Samuel Henrique Date: Sun, 24 Oct 2021 17:18:26 +0000 (+0100) Subject: tests: use python3 in test 1451 X-Git-Tag: curl-7_80_0~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352077b4d33d2bc234e98583b6862723693455ad;p=thirdparty%2Fcurl.git 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 Closes #7899 --- diff --git a/tests/data/test1451 b/tests/data/test1451 index cdbd398f39..9fdd68a614 100644 --- a/tests/data/test1451 +++ b/tests/data/test1451 @@ -29,7 +29,7 @@ Basic SMB request -u 'curltest:curltest' smb://%HOSTIP:%SMBPORT/TESTS/%TESTNUMBER -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))"