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
parent
a3d5789fd4
commit
1d3779e3ba
|
@ -1,11 +1,5 @@
|
||||||
USING:
|
USING: byte-arrays kernel openssl.libcrypto sequences splitting
|
||||||
byte-arrays
|
strings tools.test ;
|
||||||
kernel
|
|
||||||
openssl.libcrypto
|
|
||||||
sequences
|
|
||||||
splitting
|
|
||||||
strings
|
|
||||||
tools.test ;
|
|
||||||
IN: openssl.libcrypto.tests
|
IN: openssl.libcrypto.tests
|
||||||
|
|
||||||
{ t 1 } [
|
{ t 1 } [
|
||||||
|
@ -20,7 +14,7 @@ IN: openssl.libcrypto.tests
|
||||||
] keep BIO_free
|
] keep BIO_free
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
{ "HTTP/1.1 200 Document follows" 1 } [
|
{ "HTTP/1.1 301 Moved Permanently" 1 } [
|
||||||
"factorcode.org:80" BIO_new_connect [
|
"factorcode.org:80" BIO_new_connect [
|
||||||
[ BIO_C_DO_STATE_MACHINE 0 f BIO_ctrl drop ]
|
[ BIO_C_DO_STATE_MACHINE 0 f BIO_ctrl drop ]
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue