diff options
Diffstat (limited to 'tests/parse_ca.c')
-rw-r--r-- | tests/parse_ca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse_ca.c b/tests/parse_ca.c index b8900f5473..c02124a43f 100644 --- a/tests/parse_ca.c +++ b/tests/parse_ca.c @@ -76,5 +76,5 @@ doit (void) gnutls_global_deinit (); - success ("import ok\n"); + if (debug) success ("import ok\n"); } |