From: Victor Julien Date: Mon, 6 May 2019 11:26:32 +0000 (+0200) Subject: tests: add missing magic dep to filestore X-Git-Tag: suricata-6.0.4~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5108f10425bdf40ff4c149a0522cfdd04d54ea1;p=thirdparty%2Fsuricata-verify.git tests: add missing magic dep to filestore --- diff --git a/tests/filestore-filecontainer-http/test.yaml b/tests/filestore-filecontainer-http/test.yaml index f102208eb..d2d48b441 100644 --- a/tests/filestore-filecontainer-http/test.yaml +++ b/tests/filestore-filecontainer-http/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_NSS + - MAGIC files: - src/output-filestore.c diff --git a/tests/filestore-filecontainer-smb/test.yaml b/tests/filestore-filecontainer-smb/test.yaml index 160346031..0d6ed5f8b 100644 --- a/tests/filestore-filecontainer-smb/test.yaml +++ b/tests/filestore-filecontainer-smb/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_NSS + - MAGIC files: - src/output-filestore.c