summaryrefslogtreecommitdiff
path: root/src/tests.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-04 16:55:12 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-04 16:55:12 +0100
commitf57f0a20332b4a04ecb49daf9de226a774a87655 (patch)
treefb18e26db8f29e8b378cae4f495690d331b9b7df /src/tests.c
parenta75b1af2bff4e4c770a37198f399c3cc7c438aec (diff)
downloadgnutls-f57f0a20332b4a04ecb49daf9de226a774a87655.tar.gz
moved the HTTPS server name outside of verbose tests; only run when the HTTPS protocol is used
Diffstat (limited to 'src/tests.c')
-rw-r--r--src/tests.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests.c b/src/tests.c
index 3b6328650c..e3a3895215 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -142,9 +142,6 @@ test_code_t test_server(gnutls_session_t session)
char *p;
const char snd_buf[] = "GET / HTTP/1.0\r\n\r\n";
- if (verbose == 0)
- return TEST_IGNORE;
-
buf[sizeof(buf) - 1] = 0;
sprintf(prio_str, INIT_STR