From: Victor Julien Date: Mon, 13 Jul 2015 09:26:41 +0000 (+0200) Subject: http: don't run unittests twice X-Git-Tag: suricata-3.0RC1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd81af0bc989a20a005cc5d0f7949d7369fb70b5;p=thirdparty%2Fsuricata.git http: don't run unittests twice --- 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();