From: Marc Hoersken Date: Thu, 12 Mar 2020 08:26:00 +0000 (+0100) Subject: smbserver: pin Python version to 2 since we are not yet 3 compatible X-Git-Tag: curl-7_70_0~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba0e6fbd30a2f5130b34525f4d7920b8b98ff0b0;p=thirdparty%2Fcurl.git smbserver: pin Python version to 2 since we are not yet 3 compatible Even though the existing code can be fixed to run on Python 3, the tests will fail due to the Unicode transition the protocol is invalid. Follow up to ee63837 Closes #5085 --- diff --git a/tests/smbserver.py b/tests/smbserver.py index fbebe1015d..4152bb6c53 100755 --- a/tests/smbserver.py +++ b/tests/smbserver.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # Project ___| | | | _ \| |