summaryrefslogtreecommitdiffstats
path: root/nserver/tests/protocol_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'nserver/tests/protocol_tests.c')
-rw-r--r--nserver/tests/protocol_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nserver/tests/protocol_tests.c b/nserver/tests/protocol_tests.c
index dbf3625..fcad96d 100644
--- a/nserver/tests/protocol_tests.c
+++ b/nserver/tests/protocol_tests.c
@@ -134,7 +134,7 @@ char *all_tests()
mu_run_test(test_ssmean);
mu_run_test(test_ssdump);
mu_run_test(test_sslist);
- /*mu_run_test(test_ssdelete);*/
+ mu_run_test(test_ssdelete);
return NULL;
}