From afb8ebd2570be12680b1068f1d58f347b44a3d0c Mon Sep 17 00:00:00 2001 From: sponomarev Date: Tue, 30 Oct 2018 13:25:52 +0200 Subject: Added test integrity for brotli --- src/fr-command-cfile.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/fr-command-cfile.c b/src/fr-command-cfile.c index 429c156..ed6115e 100644 --- a/src/fr-command-cfile.c +++ b/src/fr-command-cfile.c @@ -476,6 +476,9 @@ fr_command_cfile_test (FrCommand *comm) if (is_mime_type (comm->mime_type, "application/x-gzip")) { compress_cmd = "gzip"; } + else if (is_mime_type (comm->mime_type, "application/x-brotli")) { + compress_cmd = "brotli"; + } else if (is_mime_type (comm->mime_type, "application/x-bzip")) { compress_cmd = "bzip2"; } -- cgit v1.2.1