summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-11-08 07:18:11 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-11-12 17:56:38 -0500
commitadf2f816dfc22153b26da790eacd71ca78a313bc (patch)
tree94c17e6dd2dfc83d37c422b17b2d19f3d75de215 /tests/prepare.sh
parent699209103cf4d614b1aac57a60b2620b94d176c4 (diff)
downloadlighttpd-git-adf2f816dfc22153b26da790eacd71ca78a313bc.tar.gz
[tests] mod_ssi tests moved to src/t/test_mod_ssi
remove mod_ssi Perl tests now performed by src/t/test_mod_ssi
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index e9a97265..688f2f54 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -31,7 +31,6 @@ mkdir -p "${tmpdir}/servers/www.example.org/pages/" \
cp "${srcdir}/docroot/"*.html \
"${srcdir}/docroot/"*.pl \
"${srcdir}/docroot/"*.fcgi \
- "${srcdir}/docroot/"*.shtml \
"${srcdir}/docroot/"*.txt \
"${tmpdir}/servers/www.example.org/pages/"
cp "${srcdir}/lighttpd.user" "${tmpdir}/"