[pypy-commit] pypy default: update expected response

mattip pypy.commits at gmail.com
Mon Feb 25 04:21:05 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r96160:ca68946053a3
Date: 2019-02-25 11:17 +0200
http://bitbucket.org/pypy/pypy/changeset/ca68946053a3/

Log:	update expected response

diff --git a/rpython/translator/sandbox/test/test_sandlib.py b/rpython/translator/sandbox/test/test_sandlib.py
--- a/rpython/translator/sandbox/test/test_sandlib.py
+++ b/rpython/translator/sandbox/test/test_sandlib.py
@@ -114,7 +114,7 @@
 
     proc = SocketProc([exe])
     output, error = proc.communicate("")
-    assert output.startswith('HTTP/1.1 301 Moved Permanently')
+    assert output.startswith('HTTP/1.0 400 Bad request')
 
 def test_oserror():
     def entry_point(argv):


More information about the pypy-commit mailing list