From cd81af0bc989a20a005cc5d0f7949d7369fb70b5 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 13 Jul 2015 11:26:41 +0200 Subject: [PATCH] http: don't run unittests twice --- src/runmode-unittests.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runmode-unittests.c b/src/runmode-unittests.c index 3701d29af7..3322020958 100644 --- a/src/runmode-unittests.c +++ b/src/runmode-unittests.c @@ -206,7 +206,6 @@ void RunUnittests(int list_unittests, char *regex_arg) StatsRegisterTests(); DecodePPPRegisterTests(); DecodeVLANRegisterTests(); - HTPParserRegisterTests(); DecodeRawRegisterTests(); DecodePPPOERegisterTests(); DecodeICMPV4RegisterTests();