diff options
Diffstat (limited to 'tests/init_roundtrip.c')
-rw-r--r-- | tests/init_roundtrip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init_roundtrip.c b/tests/init_roundtrip.c index 1c6fca642c..e232f8de89 100644 --- a/tests/init_roundtrip.c +++ b/tests/init_roundtrip.c @@ -48,5 +48,5 @@ doit (void) gnutls_global_deinit (); - success ("init-deinit round-trip success\n"); + if (debug) success ("init-deinit round-trip success\n"); } |