summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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/Makefile.am
parent672891a7d6d7cf70f3577d2cfaad8927c7810209 (diff)
downloadlighttpd-git-de9e2f988166f17bd3d4a08e635edbf29236e370.tar.gz
[tests] mod_compress -> mod_deflate
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index af901c9e..7edc1a5a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,8 +36,8 @@ CONFS=\
mod-auth.conf \
mod-auth.t \
mod-cgi.t \
- mod-compress.conf \
- mod-compress.t \
+ mod-deflate.conf \
+ mod-deflate.t \
mod-extforward.conf \
mod-extforward.t \
mod-fastcgi.t \