asynciodebian/masterproxy-ticket
Last change
on this file since eb4cab7 was
514d4d6,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Test suite: Two more compatibility fixes for GnuTLS 3.6.4
|
-
Property mode set to
100755
|
File size:
267 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}" \ |
---|
9 | || grep "Resume Handshake was completed" "${output}" |
---|
Note: See
TracBrowser
for help on using the repository browser.