forked from pool/gnutls
28 lines
968 B
Diff
28 lines
968 B
Diff
|
Index: gnutls-3.7.3/guile/Makefile.am
|
||
|
===================================================================
|
||
|
--- gnutls-3.7.3.orig/guile/Makefile.am
|
||
|
+++ gnutls-3.7.3/guile/Makefile.am
|
||
|
@@ -102,8 +102,6 @@ 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 \
|
||
|
Index: gnutls-3.7.3/guile/Makefile.in
|
||
|
===================================================================
|
||
|
--- gnutls-3.7.3.orig/guile/Makefile.in
|
||
|
+++ gnutls-3.7.3/guile/Makefile.in
|
||
|
@@ -2320,8 +2320,7 @@ 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/priorities.scm $(am__append_2)
|
||
|
TESTS_ENVIRONMENT = \
|