diff options
| author | Steven Fackler <[email protected]> | 2015-07-06 11:09:19 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-07-06 11:09:19 -0700 |
| commit | 114e8a5a58a8fb3c4cc37391fc2f5a7addd796fc (patch) | |
| tree | d35618791cfc3bf1815b310639f74185a0d0464d /openssl/test/test.sh | |
| parent | Merge branch 'release-v0.6.3' into release (diff) | |
| parent | Release v0.6.4 (diff) | |
| download | rust-openssl-0.6.4.tar.xz rust-openssl-0.6.4.zip | |
Merge branch 'release-v0.6.4' into releasev0.6.4
Diffstat (limited to 'openssl/test/test.sh')
| -rwxr-xr-x | openssl/test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/test.sh b/openssl/test/test.sh index 975b124e..9beb37c3 100755 --- a/openssl/test/test.sh +++ b/openssl/test/test.sh @@ -4,7 +4,7 @@ cd $(dirname $0) openssl s_server -accept 15418 -www -cert cert.pem -key key.pem >/dev/null 2>&1 & openssl s_server -accept 15419 -www -cert cert.pem -key key.pem \ - -nextprotoneg "http/1.1,spdy/3.1" >/dev/null 2>&1 & + -nextprotoneg "http/1.1,spdy/3.1" -alpn "http/1.1,spdy/3.1" >/dev/null 2>&1 & openssl s_server -no_ssl2 -accept 15420 -www -cert cert.pem -key key.pem >/dev/null 2>&1 & if test "$TRAVIS_OS_NAME" == "osx"; then |