summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-07-20 03:59:40 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-08-02 06:46:22 -0400
commitde9e2f988166f17bd3d4a08e635edbf29236e370 (patch)
tree33478daa27012833830550f2011bdebe1b50ea0e /tests/meson.build
parent672891a7d6d7cf70f3577d2cfaad8927c7810209 (diff)
downloadlighttpd-git-de9e2f988166f17bd3d4a08e635edbf29236e370.tar.gz
[tests] mod_compress -> mod_deflate
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index a90064e4..f6c501ac 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -32,7 +32,7 @@ tests = [
'lowercase.t',
'mod-auth.t',
'mod-cgi.t',
- 'mod-compress.t',
+ 'mod-deflate.t',
'mod-extforward.t',
'mod-fastcgi.t',
'mod-proxy.t',