Index: gnutls-3.7.7/guile/Makefile.am =================================================================== --- gnutls-3.7.7.orig/guile/Makefile.am +++ gnutls-3.7.7/guile/Makefile.am @@ -102,14 +102,11 @@ endif HAVE_GUILD # TESTS = \ - tests/anonymous-auth.scm \ - tests/session-record-port.scm \ tests/pkcs-import-export.scm \ tests/errors.scm \ tests/x509-certificates.scm \ tests/x509-auth.scm \ tests/reauth.scm \ - tests/premature-termination.scm \ tests/priorities.scm if ENABLE_SRP Index: gnutls-3.7.7/guile/Makefile.in =================================================================== --- gnutls-3.7.7.orig/guile/Makefile.in +++ gnutls-3.7.7/guile/Makefile.in @@ -2335,10 +2335,9 @@ CLEANFILES = modules/gnutls.scm $(am__ap # # Tests. # -TESTS = tests/anonymous-auth.scm tests/session-record-port.scm \ - tests/pkcs-import-export.scm tests/errors.scm \ +TESTS = tests/pkcs-import-export.scm tests/errors.scm \ tests/x509-certificates.scm tests/x509-auth.scm \ - tests/reauth.scm tests/premature-termination.scm \ + tests/reauth.scm \ tests/priorities.scm $(am__append_2) TESTS_ENVIRONMENT = \ GUILE_AUTO_COMPILE=0 \