diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/test_helper_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_helper_cs.c b/src/util/test_helper_cs.c index d5a0b51e2..41d363fdc 100644 --- a/src/util/test_helper_cs.c +++ b/src/util/test_helper_cs.c @@ -601,8 +601,8 @@ run_test (void) num_keys); ret = 0; // TODO: implement other tests - // if (0 == ret) - // ret = test_revocation (dh); + if (0 == ret) + ret = test_revocation (dh); // if (0 == ret) // ret = test_signing (dh); // if (0 == ret) |