summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-12 09:26:00 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-13 02:48:48 +0100
commitba0e6fbd30a2f5130b34525f4d7920b8b98ff0b0 (patch)
tree79edf4e9cfc242faf238b6caa7edb20563b393af
parentaf07875c0d0236a79c1639b01af60568ca95b9db (diff)
downloadcurl-ba0e6fbd30a2f5130b34525f4d7920b8b98ff0b0.tar.gz
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
-rwxr-xr-xtests/smbserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smbserver.py b/tests/smbserver.py
index fbebe1015..4152bb6c5 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 ___| | | | _ \| |