asynciodebian/masterproxy-ticket
Last change
on this file since 13870b7 was
13870b7,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
test-14_resume_session.bash: Check if the session was resumed successfully
If resumption is not possible but a second full handshake works,
gnutls-cli --resume still returns 0. This is correct behavior as a TLS
client, but a successful resumption test requires resumption.
|
-
Property mode set to
100755
|
File size:
210 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | set -e |
---|
3 | ${srcdir}/runtests t-14 |
---|
4 | |
---|
5 | t="$(basename ${0} .bash)" |
---|
6 | output="outputs/${t#test-}.output" |
---|
7 | echo "Checking if the session was resumed successfully..." |
---|
8 | grep "This is a resumed session" "${output}" |
---|
Note: See
TracBrowser
for help on using the repository browser.