openssl.libcrypto: nginx factorcode.org server upgrades to https by default.

Change the unit test to expect a 301. We should probably make all tests work with networking disabled instead of hitting remote servers.
clean-linux-x86-32
Doug Coleman 2019-09-25 00:15:44 -05:00
parent a3d5789fd4
commit 1d3779e3ba
1 changed files with 3 additions and 9 deletions

View File

@ -1,11 +1,5 @@
USING:
byte-arrays
kernel
openssl.libcrypto
sequences
splitting
strings
tools.test ;
USING: byte-arrays kernel openssl.libcrypto sequences splitting
strings tools.test ;
IN: openssl.libcrypto.tests
{ t 1 } [
@ -20,7 +14,7 @@ IN: openssl.libcrypto.tests
] keep BIO_free
] unit-test
{ "HTTP/1.1 200 Document follows" 1 } [
{ "HTTP/1.1 301 Moved Permanently" 1 } [
"factorcode.org:80" BIO_new_connect [
[ BIO_C_DO_STATE_MACHINE 0 f BIO_ctrl drop ]
[