]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix self test.
authorSimon Josefsson <simon@josefsson.org>
Sat, 22 May 2010 20:37:48 +0000 (22:37 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sat, 22 May 2010 20:37:48 +0000 (22:37 +0200)
tests/safe-renegotiation/srn5.c

index 7002bc844de8ba19124f992803e86aba0ab5b827..dcaf1cae1381eac6e8e20b7691e41fadddca2f0d 100644 (file)
@@ -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)
     {