summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-22 22:37:48 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-22 22:37:48 +0200
commit5dfa0b28334e3617ee6dca67b9ef1f25cb6ed841 (patch)
tree235697b0b3f0d6ab16db4124a67b443b4d0b340c /tests
parentb44620626a681b649613055973cfc2630343be05 (diff)
downloadgnutls-5dfa0b28334e3617ee6dca67b9ef1f25cb6ed841.tar.gz
Fix self test.
Diffstat (limited to 'tests')
-rw-r--r--tests/safe-renegotiation/srn5.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/safe-renegotiation/srn5.c b/tests/safe-renegotiation/srn5.c
index 7002bc844d..dcaf1cae13 100644
--- a/tests/safe-renegotiation/srn5.c
+++ b/tests/safe-renegotiation/srn5.c
@@ -24,7 +24,8 @@
*
* This tests that clients with support for safe renegotiation is able
* to handshake properly against a server with no support for safe
- * renegotiation, but that the client will not perform a rehandshake.
+ * renegotiation, but that the client will not be able to complete a
+ * rehandshake.
*/
#ifdef HAVE_CONFIG_H
@@ -246,8 +247,6 @@ main (int argc, char *argv[])
exit_code = EXIT_FAILURE;
}
- abort ();
-
sret = gnutls_rehandshake (server);
if (debug_level > 0)
{