]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
smbserver: pin Python version to 2 since we are not yet 3 compatible
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 12 Mar 2020 08:26:00 +0000 (09:26 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Fri, 13 Mar 2020 01:48:48 +0000 (02:48 +0100)
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

tests/smbserver.py

index fbebe1015d15c2240e7146abbad6b23e5d50060e..4152bb6c5382ce53c30f26fa6269e5b4693e7292 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 #
 #  Project                     ___| | | |  _ \| |