Merge pull request #274 from macvim-dev/fix/channel_test

Workaround fix for test_channel
This commit is contained in:
Kazuki Sakamoto
2016-04-29 04:42:23 -07:00
+1
View File
@@ -126,6 +126,7 @@ class ThreadedTCPRequestHandler(socketserver.BaseRequestHandler):
print("sending: {0}".format(cmd))
self.request.sendall(cmd.encode('utf-8'))
response = "ok"
time.sleep(0.01)
elif decoded[1] == 'malformed2':
cmd = '"unterminated string'
print("sending: {0}".format(cmd))